Lines Matching full:git
9 echo -e " --clean\t\t\tRemove qemu.git and linux.git directories in current directory."
43 sudo apt install git python3-dev libsdl1.2-dev build-essential libpixman-1-dev
46 check_dir_exists "qemu.git"
47 if [ ! -d "qemu.git" ]; then
48 git clone --depth 1 https://gitlab.com/qemu-project/qemu.git qemu.git
51 cd qemu.git
60 sudo apt install git bison flex build-essential libssl-dev bc
62 check_dir_exists "linux.git"
64 if [ ! -d "linux.git" ]; then
65 git clone --depth 1 \
66 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git linux.git
69 cd linux.git
102 if [ -d "linux.git" ]; then
103 echo "Removing linux.git ..."
104 rm -rf linux.git
112 if [ -d "qemu.git" ]; then
113 echo "Removing qemu.git ..."
114 rm -rf qemu.git