diff --git a/scripts/Arch/Software/xone/install.sh b/scripts/Arch/Software/xone/install.sh index 1c148ad6..012ba8ab 100755 --- a/scripts/Arch/Software/xone/install.sh +++ b/scripts/Arch/Software/xone/install.sh @@ -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";