commit | 36888db8505358a3f4ae82b5f3c74798ca7b2079 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Tue Jul 12 13:44:18 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Tue Jul 12 13:44:18 2022 +0100 |
tree | b0e9ef39ab1b871ab2113104a9c34103f5ce0acb | |
parent | 249d9d09b8cf841ce327c664fe152d39b018be0b [diff] |
Change home & system rebuild scripts so that they depend on bash
diff --git a/scripts/rebuild-home.sh b/scripts/rebuild-home.sh index a49fbc1..091f52e 100755 --- a/scripts/rebuild-home.sh +++ b/scripts/rebuild-home.sh
@@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/env bash cd /home/minion/Nix
diff --git a/scripts/rebuild-system.sh b/scripts/rebuild-system.sh index 08ab41f..a50ae8e 100755 --- a/scripts/rebuild-system.sh +++ b/scripts/rebuild-system.sh
@@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/env bash cd /home/minion/Nix