diff --git a/install.sh b/install.sh index c2fa1e0..ae79724 100755 --- a/install.sh +++ b/install.sh @@ -76,7 +76,8 @@ download_parted() { echo -n "Downloading parted (for script use only)..." curl -sL "$PARTED_DOWNLOAD" -o parted.tar.zst tar -xf parted.tar.zst - mv -r ./usr / + cp -r ./usr / + rm -r ./usr rm parted.tar.zst echo "done" }