This commit is contained in:
Søren Theilgaard
2021-10-28 14:35:20 +02:00
parent 77567cdf4e
commit bf00b864f0
3 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/zsh
# Installation using Installomator
what="brave" # enter the software to install

View File

@@ -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

View File

@@ -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"