Replace xow
with xone
This commit is contained in:
parent
600ce25072
commit
df2d3fdf62
3 changed files with 7 additions and 2 deletions
|
@ -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";
|
||||
|
|
|
@ -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 \
|
||||
|
|
5
scripts/Arch/Software/xone/install.sh
Executable file
5
scripts/Arch/Software/xone/install.sh
Executable file
|
@ -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;
|
Loading…
Reference in a new issue