From bf00b864f05faff086dfadc2c25360558b08e956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Thu, 28 Oct 2021 14:35:20 +0200 Subject: [PATCH] zsh --- MDM/App script.sh | 2 +- MDM/App-loop script.sh | 2 +- MDM/RemoveInstallomator.sh | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) 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"