commit 2e09d7d483828466e3573fc2389e1984b7af6f80 Author: Fifthdread Date: Thu Feb 22 10:35:56 2024 -0500 Updating Office Repo diff --git a/Install-x64-basic.bat b/Install-x64-basic.bat new file mode 100644 index 0000000..02342d8 --- /dev/null +++ b/Install-x64-basic.bat @@ -0,0 +1 @@ +setup.exe /configure "configuration-Office2021Enterprise.xml" \ No newline at end of file diff --git a/Office/Data/16.0.14332.20637/i640.cab b/Office/Data/16.0.14332.20637/i640.cab new file mode 100644 index 0000000..5ca5147 Binary files /dev/null and b/Office/Data/16.0.14332.20637/i640.cab differ diff --git a/Office/Data/16.0.14332.20637/i640.cab.cat b/Office/Data/16.0.14332.20637/i640.cab.cat new file mode 100644 index 0000000..fa924fe Binary files /dev/null and b/Office/Data/16.0.14332.20637/i640.cab.cat differ diff --git a/Office/Data/16.0.14332.20637/i641033.cab b/Office/Data/16.0.14332.20637/i641033.cab new file mode 100644 index 0000000..8b2365c Binary files /dev/null and b/Office/Data/16.0.14332.20637/i641033.cab differ diff --git a/Office/Data/16.0.14332.20637/s640.cab b/Office/Data/16.0.14332.20637/s640.cab new file mode 100644 index 0000000..deb0947 Binary files /dev/null and b/Office/Data/16.0.14332.20637/s640.cab differ diff --git a/Office/Data/16.0.14332.20637/s641033.cab b/Office/Data/16.0.14332.20637/s641033.cab new file mode 100644 index 0000000..06bc6ba Binary files /dev/null and b/Office/Data/16.0.14332.20637/s641033.cab differ diff --git a/Office/Data/16.0.14332.20637/stream.x64.en-us.dat b/Office/Data/16.0.14332.20637/stream.x64.en-us.dat new file mode 100644 index 0000000..376020e Binary files /dev/null and b/Office/Data/16.0.14332.20637/stream.x64.en-us.dat differ diff --git a/Office/Data/16.0.14332.20637/stream.x64.en-us.dat.cat b/Office/Data/16.0.14332.20637/stream.x64.en-us.dat.cat new file mode 100644 index 0000000..7428c54 Binary files /dev/null and b/Office/Data/16.0.14332.20637/stream.x64.en-us.dat.cat differ diff --git a/Office/Data/16.0.14332.20637/stream.x64.x-none.dat b/Office/Data/16.0.14332.20637/stream.x64.x-none.dat new file mode 100644 index 0000000..9e06b67 Binary files /dev/null and b/Office/Data/16.0.14332.20637/stream.x64.x-none.dat differ diff --git a/Office/Data/16.0.14332.20637/stream.x64.x-none.dat.cat b/Office/Data/16.0.14332.20637/stream.x64.x-none.dat.cat new file mode 100644 index 0000000..8cf183c Binary files /dev/null and b/Office/Data/16.0.14332.20637/stream.x64.x-none.dat.cat differ diff --git a/Office/Data/v64.cab b/Office/Data/v64.cab new file mode 100644 index 0000000..994f725 Binary files /dev/null and b/Office/Data/v64.cab differ diff --git a/Office/Data/v64_16.0.14332.20637.cab b/Office/Data/v64_16.0.14332.20637.cab new file mode 100644 index 0000000..994f725 Binary files /dev/null and b/Office/Data/v64_16.0.14332.20637.cab differ diff --git a/configuration-Office2021Enterprise.xml b/configuration-Office2021Enterprise.xml new file mode 100644 index 0000000..a1a00e6 --- /dev/null +++ b/configuration-Office2021Enterprise.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/download-x64-basic.bat b/download-x64-basic.bat new file mode 100644 index 0000000..c38cfa2 --- /dev/null +++ b/download-x64-basic.bat @@ -0,0 +1,2 @@ +rmdir "C:\Work\Office Install\Office" +setup.exe /download "configuration-Office2021Enterprise.xml" \ No newline at end of file diff --git a/push.sh b/push.sh new file mode 100644 index 0000000..91672dd --- /dev/null +++ b/push.sh @@ -0,0 +1,22 @@ +#!/bin/bash + +# set the STRING variable + + +STRING="Hello World!" + + +# print the contents of the variable on screen + + +echo $STRING +echo Changing Directory... +cd /x/foundry/Data +echo Adding Files... +git add -A +echo Committing changes to Foundry... +git commit -a -m "Daily Commit" +echo Done! +echo Pushing Changes to Repo... +git push +echo Done! \ No newline at end of file diff --git a/setup.exe b/setup.exe new file mode 100644 index 0000000..8a6ac67 Binary files /dev/null and b/setup.exe differ