mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-22 02:05:22 +08:00
parent
37a208177e
commit
8ad49c583b
|
@ -225,6 +225,8 @@ function install_offline
|
|||
if test -f "$OFFLINE_PATH"
|
||||
say "Offline path is a file, assuming tar archive..."
|
||||
|
||||
mkdir -p "$OMF_PATH"
|
||||
|
||||
command tar -xf "$OFFLINE_PATH" -C "$OMF_PATH"
|
||||
or abort "Could not extract tar file $OFFLINE_PATH"
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
bb1f4025934600ea6feef2ec11660e17e2b6449c5a23c033860aed712ad328c9 install
|
||||
c15695106a9f2411863cedf1c68c85cb1c3433e81266abf4a6d8c6ad4a65b521 install
|
||||
|
|
Loading…
Reference in New Issue
Block a user