Launch install.sh from current dir

This commit is contained in:
Manuel Thalmann 2024-06-19 13:44:29 +02:00
parent eebcfa8166
commit 0b23d44f44

View file

@ -9,7 +9,7 @@ pushd "$contextRoot" > /dev/null;
if ! dkms status --all 2>&1 | grep xone > /dev/null; if ! dkms status --all 2>&1 | grep xone > /dev/null;
then then
git clone "$repo" "$contextRoot"; git clone "$repo" "$contextRoot";
sudo "$contextRoot/install.sh" --release; sudo ./install.sh --release;
yes "" | sudo xone-get-firmware.sh; yes "" | sudo xone-get-firmware.sh;
fi; fi;