diff options
-rwxr-xr-x | bootstrap-stage1-install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap-stage1-install.sh b/bootstrap-stage1-install.sh index f25bfab..983bcf8 100755 --- a/bootstrap-stage1-install.sh +++ b/bootstrap-stage1-install.sh @@ -3,10 +3,12 @@ set -e ARCH= +PLAT= main() { ARCH="$(cat /etc/proteanos_arch)" + PLAT="$(cat /etc/proteanos_plat)" cat <<-EOF Installing packages in stage 1... |