Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
O
oh-my-fish
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
oh-my-fish
Commits
8ad49c58
You need to sign in or sign up before continuing.
Commit
8ad49c58
authored
Jul 22, 2021
by
Pablo Santiago Blum de Aguiar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create OMF_PATH when installing offline
Fix #787
parent
37a20817
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
bin/install
bin/install
+2
-0
bin/install.sha256
bin/install.sha256
+1
-1
No files found.
bin/install
View file @
8ad49c58
...
@@ -225,6 +225,8 @@ function install_offline
...
@@ -225,6 +225,8 @@ function install_offline
if test -f "$OFFLINE_PATH"
if test -f "$OFFLINE_PATH"
say "Offline path is a file, assuming tar archive..."
say "Offline path is a file, assuming tar archive..."
mkdir -p "$OMF_PATH"
command tar -xf "$OFFLINE_PATH" -C "$OMF_PATH"
command tar -xf "$OFFLINE_PATH" -C "$OMF_PATH"
or abort "Could not extract tar file $OFFLINE_PATH"
or abort "Could not extract tar file $OFFLINE_PATH"
...
...
bin/install.sha256
View file @
8ad49c58
bb1f4025934600ea6feef2ec11660e17e2b6449c5a23c033860aed712ad328c9
install
c15695106a9f2411863cedf1c68c85cb1c3433e81266abf4a6d8c6ad4a65b521
install
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment