From 4efb0fe8b03999b01e092144e2e1e64d550da48a Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Fri, 9 Apr 2021 21:27:44 +0000 Subject: [PATCH] changed required shell format for setup --- setup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup b/setup index 5189c4c..7870bb2 100755 --- a/setup +++ b/setup @@ -1,4 +1,5 @@ -#!/bin/sh +#!/bin/zsh + ################################################################################ ### SETUP VERIFICATION ######################################################### ################################################################################