Skip to content

Commit

Permalink
Update setup_repo.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ann0see authored Nov 23, 2023
1 parent 211b69a commit 086680b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions linux/setup_repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ if (($(echo "${APT_MAJOR}.${APT_MINOR} < 2.2" | bc -l))); then
echo "(not recommended, as you might need to fix your apt configuration)"
select yn in "Yes" "No"; do
case $yn in
Yes)
echo "Proceeding with override. You have been warned!"
break
;;
No)
echo "Exiting."
exit 0
;;
Yes)
echo "Proceeding with override. You have been warned!"
break
;;
No)
echo "Exiting."
exit 0
;;
esac
done
fi
Expand Down

0 comments on commit 086680b

Please sign in to comment.