Delete temporary directory after use
This commit is contained in:
parent
4dc661f352
commit
995c8ba61a
1 changed files with 1 additions and 0 deletions
|
@ -3,3 +3,4 @@ contextRoot="$(mktemp -d)";
|
|||
git clone "https://github.com/dlundqvist/xone.git" "$contextRoot";
|
||||
sudo "$contextRoot/install.sh" --release;
|
||||
yes "" | sudo xone-get-firmware.sh;
|
||||
rm -rf "$contextRoot";
|
||||
|
|
Loading…
Reference in a new issue