From df2d3fdf628ba07b720270380c88befa746d42d7 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 27 Jul 2023 21:24:09 +0200 Subject: [PATCH] Replace `xow` with `xone` --- profiles/DerGeret/Arch/install.sh | 2 +- scripts/Arch/Devices/SurfaceBook2/install.sh | 2 +- scripts/Arch/Software/xone/install.sh | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100755 scripts/Arch/Software/xone/install.sh diff --git a/profiles/DerGeret/Arch/install.sh b/profiles/DerGeret/Arch/install.sh index 6c6c0b99a..a695a304c 100755 --- a/profiles/DerGeret/Arch/install.sh +++ b/profiles/DerGeret/Arch/install.sh @@ -4,7 +4,7 @@ pushd "${BASH_SOURCE%/*}" > /dev/null; . "../../../scripts/Arch/Software/GRUB/install.sh"; . "../../../scripts/Arch/Config/SecureBoot/install.sh"; . "../../../scripts/Arch/Software/nvidia-dkms/install.sh"; -. "../../../scripts/Arch/Software/xow/install.sh"; +. "../../../scripts/Arch/Software/xone/install.sh"; . "../../../scripts/Arch/Software/sddm/install.sh"; . "../../../scripts/Arch/Config/ssh-agent/install.sh"; . "../../../scripts/Arch/Collections/personal.sh"; diff --git a/scripts/Arch/Devices/SurfaceBook2/install.sh b/scripts/Arch/Devices/SurfaceBook2/install.sh index b8a364792..80c623579 100755 --- a/scripts/Arch/Devices/SurfaceBook2/install.sh +++ b/scripts/Arch/Devices/SurfaceBook2/install.sh @@ -3,7 +3,7 @@ pushd "${BASH_SOURCE%/*}" > /dev/null; . "../../Software/yay/install.sh"; . "../../Software/nvidia-dkms/install.sh"; -. "../../Software/xow/install.sh"; +. "../../Software/xone/install.sh"; . "../Surface/install.sh"; yay --noconfirm -Syu \ diff --git a/scripts/Arch/Software/xone/install.sh b/scripts/Arch/Software/xone/install.sh new file mode 100755 index 000000000..a1fa5373d --- /dev/null +++ b/scripts/Arch/Software/xone/install.sh @@ -0,0 +1,5 @@ +#!/bin/bash +contextRoot="$(mktemp -d)"; +git clone "https://github.com/dlundqvist/xone.git" "$contextRoot"; +sudo "$contextRoot/install.sh" --release; +yes "" | sudo xone-get-firmware.sh;