PortValhalla/scripts/Arch/Software/aliae/install.sh

11 lines
160 B
Bash
Raw Normal View History

2024-03-20 15:00:44 +00:00
#!/bin/bash
pushd "${BASH_SOURCE%/*}" > /dev/null;
yay --noconfirm -Syu \
aliae-bin \
;
. "../../../Unix/Config/aliae/install.sh";
2024-03-20 15:00:44 +00:00
popd > /dev/null;