Fixed chmod position

This commit is contained in:
2021-11-09 08:48:57 -08:00
parent fa00d3d64f
commit 6368e5bb05

View File

@ -1,14 +1,14 @@
#!/bin/bash
# Grant SH execute
chmod +x ./**/*.sh
# Disable running as root.
if [[ "$EUID" -eq 0 ]]; then
echo "Please do not run as root"
exit 1
fi
# Grant SH execute
chmod +x ./**/*.sh
# Arch Linux Setup
if [ -f "/etc/arch-release" ]; then
./scripts/install-arch.sh