Skip to content

Commit

Permalink
agree with change
Browse files Browse the repository at this point in the history
Co-authored-by: ann0see <[email protected]>
  • Loading branch information
houbsta and ann0see authored Nov 20, 2023
1 parent 1f48583 commit 59eaa6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/setup_repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if (( $(echo "${APT_MAJOR}.${APT_MINOR} < 2.2" | bc -l) )); then
echo "Do you wish to install anyway?"
select yn in "Yes" "No"; do
case $yn in
Yes ) echo "Proceeding with override"; break;;
Yes ) echo "Proceeding with override. You have been warned!"; break;;
No ) exit 1;;
esac
done
Expand Down

0 comments on commit 59eaa6f

Please sign in to comment.