diff --git a/scripts/Arch/Collections/personal.sh b/scripts/Arch/Collections/personal.sh new file mode 100755 index 00000000..be5dfec6 --- /dev/null +++ b/scripts/Arch/Collections/personal.sh @@ -0,0 +1,6 @@ +#!/bin/bash +pushd "${BASH_SOURCE%/*}" > /dev/null; + +. "../Software/yay/install.sh"; + +popd > /dev/null;