Skip to content

Commit

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

0 comments on commit 7f9e2cf

Please sign in to comment.