Skip to content

Commit

Permalink
warp cli: gh pack -> gh warp
Browse files Browse the repository at this point in the history
  • Loading branch information
chtzvt committed Sep 13, 2024
1 parent 0f8065d commit 01980ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/warp-tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ mkdir -p $_REMOTE_USER_HOME/.local/share/gh/extensions
# matter.
export GH_HOST=skip-gh-cli-auth-check.github.com

# Install gh pack
gh extension install github.com/packfiles/gh-pack
cp -r /root/.local/share/gh/extensions/gh-pack $_REMOTE_USER_HOME/.local/share/gh/extensions
# Install warp CLI extension
gh extension install github.com/packfiles/gh-warp
cp -r /root/.local/share/gh/extensions/gh-warp $_REMOTE_USER_HOME/.local/share/gh/extensions

chown -R $_REMOTE_USER:$_REMOTE_USER $_REMOTE_USER_HOME

0 comments on commit 01980ef

Please sign in to comment.