Fix incorrect command

This commit is contained in:
Manuel Thalmann 2023-08-07 17:52:23 +02:00
parent 3ee54391f3
commit 3dc7da0351

View file

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