Fix incorrect command

This commit is contained in:
Manuel Thalmann 2023-08-07 17:52:23 +02:00
parent c28f6083a1
commit f86d71f6f5

View file

@ -7,5 +7,5 @@ pushd "$contextRoot";
git clone "https://github.com/dlundqvist/xone.git" "$contextRoot"; git clone "https://github.com/dlundqvist/xone.git" "$contextRoot";
sudo "$contextRoot/install.sh" --release; sudo "$contextRoot/install.sh" --release;
yes "" | sudo xone-get-firmware.sh; yes "" | sudo xone-get-firmware.sh;
popd "$contextRoot"; popd;
rm -rf "$contextRoot"; rm -rf "$contextRoot";