BUILD_LOCALLY: rephrase
Some checks failed
Build RetroDECK / Build_RetroDECK (push) Has been cancelled
Build RetroDECK / GitHub-publish (push) Has been cancelled
Build RetroDECK / Automated_Tests (push) Has been cancelled

This commit is contained in:
XargonWan 2024-12-12 22:11:04 +09:00
parent c6e4999556
commit 9de0c7eabe

View file

@ -4,7 +4,7 @@
# Check if script is running with elevated privileges
if [ "$EUID" -ne 0 ]; then
read -rp "The build might fail without some superuser permissions, please run me with sudo. Continue without sudo? [y/N] " continue_without_sudo
read -rp "The build might fail without some superuser permissions, please run me with sudo. Continue WITHOUT sudo (not suggested)? [y/N] " continue_without_sudo
if [[ "$continue_without_sudo" != "y" ]]; then
exit 1
fi