mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-08 03:38:27 +02:00
fix: merge with upstream/rewrite
This commit is contained in:
@@ -9,8 +9,8 @@ import sys
|
||||
def clone_repo():
|
||||
print("📦 Cloning quickemu...")
|
||||
|
||||
print("> git clone --filter=blob:none https://github.com/wimpysworld/quickemu /tmp/quickemu")
|
||||
os.system("git clone --filter=blob:none https://github.com/wimpysworld/quickemu /tmp/quickemu")
|
||||
print("> git clone --filter=blob:none https://github.com/quickemu-project/quickemu /tmp/quickemu")
|
||||
os.system("git clone --filter=blob:none https://github.com/quickemu-project/quickemu /tmp/quickemu")
|
||||
|
||||
print("> mkdir -p ~/.local/bin")
|
||||
os.system("mkdir -p ~/.local/bin")
|
||||
|
Reference in New Issue
Block a user