Skip to content

Commit

Permalink
PUSH
Browse files Browse the repository at this point in the history
-> fix agreements i hope
  • Loading branch information
NaysKutzu committed Nov 28, 2024
1 parent 2e2e19a commit 425d230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ echo -e "\n
\x1b[35;1m┃\x1b[35
\x1b[35;1m┃\x1b[0m https://www.mythical.systems/eula
"
printf "\r\x1b[2;1m┃\x1b[0;2m Type 'AGREE' to continue and agree to our software agreements.\x1b[0m"
printf "\x1b[2;1m┃\x1b[0;2m Type 'AGREE' to continue and agree to our software agreements.\x1b[0m"
read -p " " AGREEMENT
if [ "$AGREEMENT" != "AGREE" ]; then
echo -e "\r\x1b[31;1m┃\x1b[0;31m You must agree to our software agreements to continue.\x1b[0m"
echo -e "\x1b[31;1m┃\x1b[0;31m You must agree to our software agreements to continue.\x1b[0m"
exit 1
fi

Expand Down

0 comments on commit 425d230

Please sign in to comment.