Update setup.sh

This commit is contained in:
2024-06-21 15:26:51 +00:00
committed by GitHub
parent 0e997c45c2
commit deeb06fcea
+1 -1
View File
@@ -2,7 +2,7 @@
# Make sure you're sudo
if [ "$EUID" -ne 0 ]
then echo "Please run as root (run `sudo -i` then try again)"
then echo "Please run as root using `sudo -i` then try again"
exit
fi