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
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7

View file

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