mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-30 14:23:13 +01:00
zsh
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/zsh
|
||||||
# Installation using Installomator
|
# Installation using Installomator
|
||||||
what="brave" # enter the software to install
|
what="brave" # enter the software to install
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/zsh
|
||||||
# Installation using Installomator
|
# Installation using Installomator
|
||||||
what="microsoftteams microsoftyammer firefox bravebrowser cyberduck vlc signal" # enter the software to install separated with spaces
|
what="microsoftteams microsoftyammer firefox bravebrowser cyberduck vlc signal" # enter the software to install separated with spaces
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
# Mark: This fork
|
# Mark: This fork
|
||||||
pkgutil --forget "com.scriptingosx.Installomator"
|
pkgutil --forget "com.scriptingosx.Installomator"
|
||||||
rm /usr/local/Installomator/Installomator.sh
|
rm /usr/local/Installomator/Installomator.sh
|
||||||
|
rmdir /usr/local/Installomator
|
||||||
|
|
||||||
# Mark: Theile fork
|
# Mark: Theile fork
|
||||||
pkgutil --forget "dk.theilgaard.pkg.Installomator"
|
pkgutil --forget "dk.theilgaard.pkg.Installomator"
|
||||||
|
|||||||
Reference in New Issue
Block a user