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