Delete office-install.sh

This commit is contained in:
Michael
2021-09-30 10:59:52 +01:00
committed by GitHub
parent a6dc82416a
commit 67287b4fc6

View File

@@ -1,10 +0,0 @@
#!/bin/bash
###
# REDIRECTED TO NEW FILE
# Parameters can be found here: https://github.com/PurpleComputing/mdmscripts/blob/main/microsoft-apps.sh
###
echo Redirecting to newer script...
sudo curl -o /tmp/microsoft-apps.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/microsoft-apps.sh
sudo chmod /tmp/microsoft-apps.sh
echo Executing newer Microsoft Apps script...
sudo /tmp/microsoft-apps.sh $@