7 lines
142 B
Bash
Executable file
7 lines
142 B
Bash
Executable file
#!/bin/bash
|
|
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
|
|
|
. "../Software/base-devel/install.sh";
|
|
. "../Software/yay/install.sh";
|
|
|
|
popd > /dev/null;
|