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:
parent
06a240d7b6
commit
732b0240d2
@ -58,7 +58,6 @@ do
|
||||
sleep 1
|
||||
done
|
||||
|
||||
chmod +x "$workdir/install"
|
||||
sh "$workdir/install" "${installer_options[@]}"
|
||||
|
||||
if [[ $OSTYPE =~ darwin ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user