Skip to content

Commit

Permalink
feat(just): add shortcut to install distrobox from git (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo committed May 21, 2023
1 parent c008a57 commit 54fc54b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions etc/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ update:
flatpak update -y
distrobox upgrade -a

update-distrobox-git:
echo 'Installing latest git snapshot of Distrobox'
curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sh -s -- --next --prefix ~/.local

yafti:
yafti /etc/yafti.yml

Expand Down

0 comments on commit 54fc54b

Please sign in to comment.