From 8f6b2500f21cf6207574caafcec76dd5111e1f23 Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Tue, 7 Nov 2023 00:25:24 +0500 Subject: [PATCH] Update --- public/download.tpl.html | 16 ++++++++-------- push.sh | 2 -- 2 files changed, 8 insertions(+), 10 deletions(-) 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 @@ ISO - Melawy-linux-2023.10.30-x86_64.iso + Melawy-linux-202X.XX.XX-x86_64.iso Packages List - Melawy-linux-2023.10.30-pkglist.txt + Melawy-linux-202X.XX.XX-pkglist.txt Sha1Sum - Melawy-linux-2023.10.30-x86_64.iso.sha1 + Melawy-linux-202X.XX.XX-x86_64.iso.sha1 Sha512Sum - Melawy-linux-2023.10.30-x86_64.iso.sha256 + Melawy-linux-202X.XX.XX-x86_64.iso.sha256 Signature - Melawy-linux-2023.10.30-x86_64.iso.sig + Melawy-linux-202X.XX.XX-x86_64.iso.sig @@ -58,7 +58,7 @@
Для проверки ISO-файла с помощью sha1:
           
-          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 @@
Для проверки ISO-файла с помощью sha512:
           
-          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"