Skip to content

Commit

Permalink
🛠️ build(deps): update archiso version to 78-1
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanized committed Jun 21, 2024
1 parent 21ca686 commit 6ffda9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/01-online-build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ echo -e "[Check] Archiso Version !"
echo

PACKAGE="archiso"
REQ_ARCHISO="archiso 76-1"
REQ_ARCHISO="archiso 78-1"
CUR_ARCHISO=$(sudo pacman -Q archiso)

if [ "$CUR_ARCHISO" == "$REQ_ARCHISO" ]; then
Expand Down

0 comments on commit 6ffda9d

Please sign in to comment.