diff --git a/public/download.tpl.html b/public/download.tpl.html index a25f065..d765e00 100644 --- a/public/download.tpl.html +++ b/public/download.tpl.html @@ -23,31 +23,31 @@
- sha1sum -c Melawy-linux-2023.10.30-x86_64.iso.sha1
+ sha1sum -c Melawy-linux-202X.XX.XX-x86_64.iso.sha1
@@ -66,7 +66,7 @@
- sha512sum -c Melawy-linux-2023.10.30-x86_64.iso.sha512
+ sha512sum -c Melawy-linux-202X.XX.XX-x86_64.iso.sha512
@@ -90,7 +90,7 @@
gpg --recv BA803A261A5EE6B8
- gpg --verify Melawy-linux-2023.10.30-x86_64.iso.sig
+ gpg --verify Melawy-linux-202X.XX.XX-x86_64.iso.sig
diff --git a/push.sh b/push.sh
index ebfdf06..345883e 100755
--- a/push.sh
+++ b/push.sh
@@ -2,6 +2,4 @@
git add . && git commit -m "Update" && git push
-notify-send -a "$(basename $(pwd)): Push" -t 999999999 "Update finished" "$(date '+%Y.%m.%d %H:%M:%S')"
-
echo "Ready"