Fixed chmod position
This commit is contained in:
@ -1,14 +1,14 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Grant SH execute
|
|
||||||
chmod +x ./**/*.sh
|
|
||||||
|
|
||||||
# Disable running as root.
|
# Disable running as root.
|
||||||
if [[ "$EUID" -eq 0 ]]; then
|
if [[ "$EUID" -eq 0 ]]; then
|
||||||
echo "Please do not run as root"
|
echo "Please do not run as root"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Grant SH execute
|
||||||
|
chmod +x ./**/*.sh
|
||||||
|
|
||||||
# Arch Linux Setup
|
# Arch Linux Setup
|
||||||
if [ -f "/etc/arch-release" ]; then
|
if [ -f "/etc/arch-release" ]; then
|
||||||
./scripts/install-arch.sh
|
./scripts/install-arch.sh
|
||||||
|
Reference in New Issue
Block a user