mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-22 08:30:51 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ do
|
||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
|
|
||||||
chmod +x "$workdir/install"
|
|
||||||
sh "$workdir/install" "${installer_options[@]}"
|
sh "$workdir/install" "${installer_options[@]}"
|
||||||
|
|
||||||
if [[ $OSTYPE =~ darwin ]]; then
|
if [[ $OSTYPE =~ darwin ]]; then
|
||||||
|
|
Loading…
Reference in a new issue