Skip to content

Commit

Permalink
Update archimage-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored Mar 18, 2024
1 parent 403d839 commit 7906d42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archimage-cli
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

VERSION="3.2"
VERSION="3.3"

DIR="$( cd "$( dirname "$0" )" && pwd )"

Expand Down Expand Up @@ -94,7 +94,7 @@ case "$1" in
read -p "◆ DO YOU WANT TO ENABLE CHAOTIC-AUR (y,N)? " yn
case $yn in
[Yy]* )
sed -i 's/###//g' ./$2-junest.sh;;
sed -i 's/###_enable_chaoticaur/_enable_chaoticaur/g' ./$2-junest.sh;;
[Nn]*|* )
;;
esac
Expand Down

0 comments on commit 7906d42

Please sign in to comment.