install-nix.sh: remove unnecessary chmod

The script is invoked with sh and therefor doesn't need and executable
script.
This commit is contained in:
zimbatm
2021-11-17 21:56:02 +01:00
parent 06a240d7b6
commit 732b0240d2

View File

@@ -58,7 +58,6 @@ do
sleep 1
done
chmod +x "$workdir/install"
sh "$workdir/install" "${installer_options[@]}"
if [[ $OSTYPE =~ darwin ]]; then