diff --git a/install-linux.sh b/install-linux.sh index 10b1ad6..8293c72 100644 --- a/install-linux.sh +++ b/install-linux.sh @@ -14,7 +14,7 @@ if type -p git > /dev/null; then fi # Make sure scripts are all executable -chmod +x $EWCONFIG_ROOT/configs/scripts/* +chmod +x $EWCONFIG_ROOT/scripts/* chmod +x $EWCONFIG_ROOT/configs/nautilus/scripts/* # -- Directory Setup -- diff --git a/install-windows.sh b/install-windows.sh index a1b0c13..1332d1e 100644 --- a/install-windows.sh +++ b/install-windows.sh @@ -7,7 +7,7 @@ echo "Syncing git submodules..." git submodule update --init --recursive # Make sure scripts are all executable -chmod +x $EWCONFIG_ROOT/configs/scripts/* +chmod +x $EWCONFIG_ROOT/scripts/* chmod +x $EWCONFIG_ROOT/configs/nautilus/scripts/* # -- Directory Setup --