1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

2 Commits

2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ in
{
services.nextcloud = {
enable = true;
package = pkgs.nextcloud20;
package = pkgs.nextcloud21;
https = true;

View File

@@ -35,7 +35,7 @@ in
count="$(get_count)"
new_count="$(curl -sSL https://praesenzlehre-berlin.org/ | pup '.dk-speakout-signature-count span text{}')"
new_count="$(curl -sSL https://praesenzlehre-berlin.org/ | pup '.dk-speakout-signature-count span text{}' | tr -dc 0-9)"
if [ "$new_count" -gt "$count" ]; then
diff="$(echo "$new_count - $count" | bc)"