Add a script for installing school software
This commit is contained in:
parent
8d547ccfbd
commit
a4b5b7ced3
1 changed files with 7 additions and 0 deletions
7
scripts/Arch/Collections/school.sh
Executable file
7
scripts/Arch/Collections/school.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||
|
||||
. "./personal.sh";
|
||||
. "../Software/OpenConnect/install.sh";
|
||||
|
||||
popd > /dev/null;
|
Loading…
Reference in a new issue