diff --git a/scripts/Arch/Config/xow/install.sh b/scripts/Arch/Config/xow/install.sh deleted file mode 100755 index 89713613..00000000 --- a/scripts/Arch/Config/xow/install.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -yes | sudo xow-get-firmware.sh; -sudo systemctl enable --now xow; diff --git a/scripts/Arch/Software/xow/install.sh b/scripts/Arch/Software/xow/install.sh deleted file mode 100755 index b13c37ab..00000000 --- a/scripts/Arch/Software/xow/install.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -pushd "${BASH_SOURCE%/*}" > /dev/null; - -yay --noconfirm -Syu xow; -. "../../Config/xow/install.sh"; - -popd > /dev/null;