diff --git a/MDM/App script.sh b/MDM/App script.sh index 413ac69..59926f0 100755 --- a/MDM/App script.sh +++ b/MDM/App script.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/zsh # Installation using Installomator what="brave" # enter the software to install diff --git a/MDM/App-loop script.sh b/MDM/App-loop script.sh index ccafa0e..2732267 100755 --- a/MDM/App-loop script.sh +++ b/MDM/App-loop script.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/zsh # Installation using Installomator what="microsoftteams microsoftyammer firefox bravebrowser cyberduck vlc signal" # enter the software to install separated with spaces diff --git a/MDM/RemoveInstallomator.sh b/MDM/RemoveInstallomator.sh index 17fb0ff..8a6b405 100644 --- a/MDM/RemoveInstallomator.sh +++ b/MDM/RemoveInstallomator.sh @@ -5,6 +5,7 @@ # Mark: This fork pkgutil --forget "com.scriptingosx.Installomator" rm /usr/local/Installomator/Installomator.sh +rmdir /usr/local/Installomator # Mark: Theile fork pkgutil --forget "dk.theilgaard.pkg.Installomator"