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

8 lines
130 B
Bash
Raw Normal View History

2023-06-21 19:45:52 +00:00
#!/bin/bash
pushd "${BASH_SOURCE%/*}" > /dev/null;
yay --noconfirm -Syu xow;
. "../../Config/xow/install.sh";
2023-07-12 20:44:20 +00:00
popd > /dev/null;