1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

chore: update

This commit is contained in:
Ryan Cao 2025-10-19 11:02:48 +01:00
parent 6c6f264768
commit 789ef320b0
Signed by: ryanccn
GPG key ID: F605AB4AF937D5D0
10 changed files with 40 additions and 84 deletions

View file

@ -48,7 +48,7 @@ installer_args=(install)
case "$OSTYPE" in
linux*) installer_args+=(linux) ;;
darwin*) installer_args+=(macos) ;;
*) echo "unknown: $OSTYPE" ;;
*) echo "Aborting: unsupported OSTYPE $OSTYPE"; exit 1 ;;
esac
if [[ ! ($OSTYPE =~ darwin || -e /run/systemd/system) ]]; then