Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ann0see authored Nov 23, 2023
1 parent 086680b commit 5a49e76
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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
;;
Yes)
echo "Proceeding with override. You have been warned!"
break
;;
No)
echo "Exiting."
exit 0
;;
echo "Exiting."
exit 0
;;
esac
done
fi
Expand Down

0 comments on commit 5a49e76

Please sign in to comment.