Skip to content

Commit 6b36163

Browse files
committed
Update version number in script and some garbage logging code
1 parent 7d0037a commit 6b36163

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

SchoolAssembly.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
################################################################################
55
# #
6-
# School Assembly: V2.1.0 #
6+
# School Assembly: V2.1.1 #
77
# #
88
# This script has been heavily inspired by "Progress 1st swiftDialog.sh" & #
99
# "Installomator 1st Auto-install DEPNotify.sh" by #
@@ -350,7 +350,6 @@ iconURL="https://github.com/cantscript/SchoolAssembly/blob/main/Images/SchoolAss
350350
tempCurl="/Users/Shared/.tempCurlFile" # temp file to store stdout
351351
accessIcon=$(curl --max-time 5 --silent --write-out %{response_code} --output "$tempCurl" "$iconURL")
352352

353-
#echo "HTTP CODE: "$AccessIcon
354353
rm $tempCurl
355354

356355
mainWindowIcon="/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/Sync.icns"

0 commit comments

Comments
 (0)