mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
updated buildInstallomatorScript to set DEBUG to 0 in pkg
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
## v0.5 - 2021-03-28
|
||||
## v0.5 - 2021-04-13
|
||||
|
||||
- Major update and now with help from @Theile and @Isaac
|
||||
- Added additional `BLOCKING_PROCESS_ACTION` handlings
|
||||
|
||||
BIN
Installomator-0.5.pkg
Normal file
BIN
Installomator-0.5.pkg
Normal file
Binary file not shown.
@@ -11,7 +11,7 @@ label="" # if no label is sent to the script, this will be used
|
||||
# and help from Søren Theilgaard (theilgaard.dk)
|
||||
|
||||
VERSION='0.5.0'
|
||||
VERSIONDATE='2021-03-28'
|
||||
VERSIONDATE='2021-04-13'
|
||||
|
||||
export PATH=/usr/bin:/bin:/usr/sbin:/sbin
|
||||
|
||||
|
||||
@@ -36,7 +36,6 @@ camostudio
|
||||
camtasia
|
||||
citrixworkspace
|
||||
clevershare2
|
||||
clickshare
|
||||
code42
|
||||
coderunner
|
||||
cormorant
|
||||
@@ -131,6 +130,7 @@ microsoftautoupdate
|
||||
microsoftcompanyportal
|
||||
microsoftdefenderatp
|
||||
microsoftedge
|
||||
microsoftedgeconsumerstable
|
||||
microsoftedgeenterprisestable
|
||||
microsoftexcel
|
||||
microsoftlicenseremovaltool
|
||||
@@ -150,7 +150,7 @@ microsoftyammer
|
||||
miro
|
||||
musescore
|
||||
netnewswire
|
||||
nextcloud)
|
||||
nextcloud
|
||||
nomad
|
||||
nomadlogin
|
||||
notion
|
||||
@@ -180,6 +180,7 @@ prism9
|
||||
privileges
|
||||
proctortrack
|
||||
promiseutilityr
|
||||
pycharmce
|
||||
pymol
|
||||
r
|
||||
ramboxce
|
||||
@@ -235,6 +236,7 @@ tunnelbear
|
||||
tunnelblick
|
||||
umbrellaroamingclient
|
||||
universaltypeclient
|
||||
universaltypeclient
|
||||
vagrant
|
||||
vanilla
|
||||
veracrypt
|
||||
|
||||
@@ -82,6 +82,9 @@ fi
|
||||
cp ${scriptfolder}/Installomator.sh ${payloadfolder}
|
||||
chmod 755 ${payloadfolder}/Installomator.sh
|
||||
|
||||
# set the DEBUG variable to 0
|
||||
sed -i '' -e 's/^DEBUG=1$/DEBUG=0/g' ${payloadfolder}/Installomator.sh
|
||||
|
||||
# build the component package
|
||||
pkgpath="${scriptfolder}/${pkgname}.pkg"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user