mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 19:28:49 -04:00
run.sh: Delete the tar archive after extracting.
This commit is contained in:
parent
66993820bb
commit
d264518cde
1
run.sh
1
run.sh
@ -13,6 +13,7 @@ if [[ $(< compiler/version.txt) != "$version" ]]; then
|
||||
echo "Extracting tar file..."
|
||||
tar --xz -xf compiler/archive.tar.xz --directory compiler/zig --strip-components 1
|
||||
echo "Done."
|
||||
rm compiler/archive.tar.xz
|
||||
rm compiler/version.txt
|
||||
printf "$version" >> compiler/version.txt
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user