Skip to content

Commit

Permalink
feat(just): add an assemble shortcut (ublue-os#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Jul 17, 2023
1 parent 01aeadc commit de5f875
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions usr/share/ublue-os/just/custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ benchmark:
echo 'Running a 1 minute benchmark ...'
stress-ng --matrix 0 -t 1m --times

distrobox-bluefin:
echo 'Creating Blufin Ubuntu distrobox ...'
distrobox create --image ghcr.io/ublue-os/ubuntu-toolbox:latest -n bluefin -Y
assemble:
echo 'Assembling and replacing distroboxes ...'
distrobox assemble create --replace --file /etc/distrobox/distrobox.ini

distrobox-universal:
echo 'Creating Universal Development distrobox ...'
Expand Down

0 comments on commit de5f875

Please sign in to comment.