Fix incorrect command
This commit is contained in:
parent
c28f6083a1
commit
f86d71f6f5
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue