We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58e4894 + 6f5832f commit d32bd49Copy full SHA for d32bd49
1 file changed
arch/install-config.sh
@@ -7,8 +7,8 @@
7
#
8
9
if [ "$(id -u)" -ne 0 ]; then
10
- echo 'This script must be run with root privileges' >&2
11
- exit 1
+ #rerun the script with root privileges
+ exec sudo "$0" "$@"
12
fi
13
14
# Use Qi to check for exact package name
0 commit comments