mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
BUILD_LOCALLY: rephrase
This commit is contained in:
parent
c6e4999556
commit
9de0c7eabe
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
# Check if script is running with elevated privileges
|
# Check if script is running with elevated privileges
|
||||||
if [ "$EUID" -ne 0 ]; then
|
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
|
if [[ "$continue_without_sudo" != "y" ]]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue