removed DEPNotify

This commit is contained in:
Michael
2022-11-27 13:15:25 +00:00
parent 5ad6ea1bed
commit fba412f770
2 changed files with 1 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
# Installation using Installomator with Dialog showing progress (and posibility of adding to the Dock)
# Installation using Installomator with Dialog showing progress (and possibility of adding to the Dock)
prplwhatinstall=$(echo $MDMAPPLABEL | sed 's/ /, /g')

View File

@@ -3,22 +3,6 @@
# SERVICE SCRIPT CALLED BY OTHER SCRIPTS
# RUNS AS USER
#sudo -u $(stat -f "%Su" /dev/console) /bin/sh <<'END'
#export CURL_SSL_BACKEND="secure-transport"
# *** SILENCED ABOVE IN FAVOUR OF DIALOG THROUGH INSTALLOMATOR ***
# CHECKS FOR DIALOG AND PRESENTS IF REQUESTED
# if [ "$SHOWDIALOG" == "Y" ]; then
# echo "Dialog will open"
# curl -s https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/Helpers/show-dialog-depnotify.sh?v=123$(date +%s) | bash
# else
# echo "Dialog will not open"
# echo Continuing...
# NOTIFY=silent
# fi
# *** SILENCED ABOVE IN FAVOUR OF DIALOG THROUGH INSTALLOMATOR ***
# INSTALLS APPLICATION
sleep 5
curl -s https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/Helpers/install-app-loop-beta.sh?v=123$(date +%s) | bash
@@ -33,22 +17,3 @@ else
echo "SCRIPT WILL NOT TRY TO ADD TO DOCK"
echo Continuing...
fi
# *** SILENCED ABOVE IN FAVOUR OF DIALOG THROUGH INSTALLOMATOR ***
# echo "Command: DeterminateManualStep: 1" >> /var/tmp/depnotify.log
#
# if [ "$SHOWDIALOG" == "Y" ]; then
# # MOVES DEPNOTIFY STATUS BAR
# echo Command: MainTitle: Installed "$MDMAPPNAME" >> /var/tmp/depnotify.log
# echo 'Command: Image: /Library/Application Support/Purple/logo.png' >> /var/tmp/depnotify.log
# echo Command: MainText: "The install or update for $MDMAPPNAME has finished". >> /var/tmp/depnotify.log
#
# echo "Command: DeterminateManualStep: 1" >> /var/tmp/depnotify.log
#
# echo 'Command: WindowStyle: Activate' >> /var/tmp/depnotify.log
# echo 'Command: ContinueButton: Finish' >> /var/tmp/depnotify.log
# echo "Status: Installed or Updated $MDMAPPNAME, click Finish!" >> /var/tmp/depnotify.log
# else
# echo
# fi
# *** SILENCED ABOVE IN FAVOUR OF DIALOG THROUGH INSTALLOMATOR ***