chore: update archiso version in scripts

This commit is contained in:
Eshan Roy (Eshanized)
2024-05-02 20:18:53 +05:30
parent caf18831d0
commit 6136e9be6f
3 changed files with 93 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ echo -e "[Check] Archiso Version !"
echo
PACKAGE="archiso"
REQ_ARCHISO="archiso 75-1"
REQ_ARCHISO="archiso 76-1"
CUR_ARCHISO=$(sudo pacman -Q archiso)
if [ "$CUR_ARCHISO" == "$REQ_ARCHISO" ]; then