Remove obsolete software

This commit is contained in:
Manuel Thalmann 2024-03-09 00:24:25 +01:00
parent 2264ca7bcf
commit 442db0feb8
2 changed files with 0 additions and 10 deletions

View file

@ -1,3 +0,0 @@
#!/bin/bash
yes | sudo xow-get-firmware.sh;
sudo systemctl enable --now xow;

View file

@ -1,7 +0,0 @@
#!/bin/bash
pushd "${BASH_SOURCE%/*}" > /dev/null;
yay --noconfirm -Syu xow;
. "../../Config/xow/install.sh";
popd > /dev/null;