mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-22 07:03:48 +08:00
parent
8ad49c583b
commit
dc9d2c32d5
|
@ -227,7 +227,7 @@ function install_offline
|
|||
|
||||
mkdir -p "$OMF_PATH"
|
||||
|
||||
command tar -xf "$OFFLINE_PATH" -C "$OMF_PATH"
|
||||
command tar -xf "$OFFLINE_PATH" -C "$OMF_PATH" --strip-components=1
|
||||
or abort "Could not extract tar file $OFFLINE_PATH"
|
||||
|
||||
return
|
||||
|
|
|
@ -1 +1 @@
|
|||
c15695106a9f2411863cedf1c68c85cb1c3433e81266abf4a6d8c6ad4a65b521 install
|
||||
c55853fcc09956fbea8f006a5b86705c71b879348a9240d8f014d0c81233ccf2 install
|
||||
|
|
Loading…
Reference in New Issue
Block a user