Browse Source

Update install.sh

pull/37/head
Vincent Young 6 months ago
committed by GitHub
parent
commit
d45323f316
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      scripts/install.sh

2
scripts/install.sh

@ -144,7 +144,7 @@ backup_storage_json() {
# Detect OS / 检测操作系统
detect_os() {
if [[ "$OSTYPE" == "darwin"* ]]; then
echo "macos"
echo "darwin"
elif [[ "$OSTYPE" == "linux-gnu"* ]]; then
echo "linux"
else

Loading…
Cancel
Save