mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
Fix build scripts.
This commit is contained in:
parent
4da4e06b0d
commit
772f3317c5
2 changed files with 3 additions and 3 deletions
|
@ -36,4 +36,4 @@ echo "set perms"
|
|||
sudo chown -R $USER:$USER ../src/*
|
||||
mv ../src/Tmp/AUTO.ISO.C ./AUTO.ISO
|
||||
echo "finished."
|
||||
#git status
|
||||
git status
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
|
||||
sudo modprobe nbd
|
||||
|
||||
#echo "Edit this script first to pick your VM path & file!"
|
||||
#exit # Comment this line out
|
||||
echo "Edit this script first to pick your VM path & file!"
|
||||
exit # Comment this line out
|
||||
|
||||
# Uncomment ONE of the next lines and edit it to point to your VM HDD
|
||||
# sudo qemu-nbd -c dev/nbd0 ~/VirtualBox\ VMs/ZealOS/ZealOS.vdi
|
||||
|
|
Loading…
Reference in a new issue