mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 01:04:06 +08:00
add some
This commit is contained in:
parent
f69f274fff
commit
4d6efc3f4c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user