mirror of https://github.com/kholia/OSX-KVM.git
debugging
This commit is contained in:
parent
f193460e0c
commit
0c7293296c
|
@ -10,8 +10,6 @@
|
||||||
# --use-curl Use curl instead of wget for downloads
|
# --use-curl Use curl instead of wget for downloads
|
||||||
# --help Show this help message
|
# --help Show this help message
|
||||||
|
|
||||||
set -e # Exit on any error
|
|
||||||
|
|
||||||
# Default settings
|
# Default settings
|
||||||
USE_CURL=false
|
USE_CURL=false
|
||||||
INSTALL_DIR="$HOME/OSX-KVM"
|
INSTALL_DIR="$HOME/OSX-KVM"
|
||||||
|
@ -112,7 +110,7 @@ fi
|
||||||
|
|
||||||
# Clone the repository
|
# Clone the repository
|
||||||
echo "Cloning OSX-KVM repository..."
|
echo "Cloning OSX-KVM repository..."
|
||||||
git clone https://github.com/kholia/OSX-KVM.git "$INSTALL_DIR"
|
git clone https://github.com/statikfintechllc/OSX-KVM.git "$INSTALL_DIR"
|
||||||
cd "$INSTALL_DIR"
|
cd "$INSTALL_DIR"
|
||||||
|
|
||||||
sudo apt-get install qemu-system uml-utilities virt-manager git \
|
sudo apt-get install qemu-system uml-utilities virt-manager git \
|
||||||
|
|
Loading…
Reference in New Issue