mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-26 23:36:32 +00:00
fix
This commit is contained in:
parent
7d98abadaf
commit
f243626071
1 changed files with 2 additions and 0 deletions
|
@ -44,5 +44,7 @@ sudo rm /tmp/zealtmp/* -r
|
||||||
sudo sync
|
sudo sync
|
||||||
echo "Deleting temp HDD"
|
echo "Deleting temp HDD"
|
||||||
rm ./ZealOS.raw
|
rm ./ZealOS.raw
|
||||||
|
echo "Deleting temp mount folder"
|
||||||
|
rm -rf /tmp/zealtmp
|
||||||
echo "Done, build/ contents:"
|
echo "Done, build/ contents:"
|
||||||
ls
|
ls
|
||||||
|
|
Loading…
Reference in a new issue