From 5056e8f2fa919ba8f1126bb0be6547a543eaa337 Mon Sep 17 00:00:00 2001 From: Nikhil Jha Date: Feb 18 2020 22:22:49 +0000 Subject: use bash not sh --- diff --git a/all.sh b/all.sh index f696671..baa841b 100644 --- a/all.sh +++ b/all.sh @@ -3,9 +3,9 @@ set -e echo "This script will NOT download the files." echo "Do it yourself: sh 00-download-files.sh" -sh 00-selftest.sh -sh 01-partition-drive.sh -sh 02-install-rootfs.sh -sh 03-install-kernel.sh -sh 04-edit-fstab.sh -sh 05-setup-user.sh \ No newline at end of file +bash 00-selftest.sh +bash 01-partition-drive.sh +bash 02-install-rootfs.sh +bash 03-install-kernel.sh +bash 04-edit-fstab.sh +bash 05-setup-user.sh \ No newline at end of file diff --git a/phone-scripts/all.sh b/phone-scripts/all.sh index bf8c185..f3858e5 100644 --- a/phone-scripts/all.sh +++ b/phone-scripts/all.sh @@ -1,4 +1,4 @@ #!/bin/bash set -e -sh 01-create-sudo-user.sh \ No newline at end of file +bash 01-create-sudo-user.sh \ No newline at end of file