1
0
forked from x/ContextOS
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-03-12 21:45:34 +08:00
parent f69f274fff
commit 4d6efc3f4c

View File

@ -1,7 +1,6 @@
#!/bin/sh #!/bin/sh
prepare_package() { prepare_package() {
return
case "$(uname)" in case "$(uname)" in
Darwin) xcode-select --install 2>/dev/null ;; Darwin) xcode-select --install 2>/dev/null ;;
Linux) if [ `whoami` != "root" ]; then return; fi Linux) if [ `whoami` != "root" ]; then return; fi