From 67287b4fc6003f29fca2088a6ef290070ae675d6 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Thu, 30 Sep 2021 10:59:52 +0100 Subject: [PATCH] Delete office-install.sh --- office-install.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 office-install.sh diff --git a/office-install.sh b/office-install.sh deleted file mode 100644 index 68f6be9..0000000 --- a/office-install.sh +++ /dev/null @@ -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 $@