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