switch around shebangs to be more compatible

This commit is contained in:
Shelvacu
2024-04-05 14:36:14 -07:00
parent 70ff703f95
commit e6db0226ea
4 changed files with 4 additions and 4 deletions

2
dcd
View File

@@ -1,3 +1,3 @@
#!/bin/bash
#!/bin/sh
git add . && nixos-rebuild --flake .#compute-deck --build-host trip --target-host shelvacu@compute-deck --use-remote-sudo $@

2
dliam
View File

@@ -1,3 +1,3 @@
#!/bin/bash
#!/bin/sh
git add . && nixos-rebuild --flake .#liam --build-host trip --target-host shelvacu@liam --use-remote-sudo $@

2
dtrip
View File

@@ -1,3 +1,3 @@
#!/bin/bash
#!/bin/sh
git add . && nixos-rebuild --flake .#triple-dezert --build-host trip --target-host trip --use-remote-sudo $@

2
tliam
View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -e