7 lines
130 B
Bash
Executable file
7 lines
130 B
Bash
Executable file
#!/bin/bash
|
|
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
|
|
|
yay --noconfirm -Syu xow;
|
|
. "../../Config/xow/install.sh";
|
|
|
|
popd > /dev/null;
|