From fc50cf0ae8e28248b5461eae0c5913857c81eaf4 Mon Sep 17 00:00:00 2001 From: KeeganForelight Date: Tue, 17 Jan 2023 12:58:33 -0500 Subject: [PATCH] fixed preinstaller --- bin/pre-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/pre-install.sh b/bin/pre-install.sh index 91b19cf..cbe254d 100755 --- a/bin/pre-install.sh +++ b/bin/pre-install.sh @@ -1,3 +1,4 @@ +#!/bin/bash # changing to zsh exists=$(cat /etc/shells | grep zsh)