From 442db0feb8f5d0983a35d012845b541b19c8d7e7 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sat, 9 Mar 2024 00:24:25 +0100 Subject: [PATCH] Remove obsolete software --- scripts/Arch/Config/xow/install.sh | 3 --- scripts/Arch/Software/xow/install.sh | 7 ------- 2 files changed, 10 deletions(-) delete mode 100755 scripts/Arch/Config/xow/install.sh delete mode 100755 scripts/Arch/Software/xow/install.sh 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;