Skip to content

Commit

Permalink
Added a way to use distrobox-git in 00-default.just (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkmmr69420 authored Nov 14, 2023
1 parent 2ed09db commit 09aa7a8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build/ublue-os-just/00-default.just
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,13 @@ changelogs:
enroll-secure-boot-key:
sudo mokutil --import /etc/pki/akmods/certs/akmods-ublue.der
echo 'Enter password "ublue-os" if prompted'

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

# Downgrades Distrobox to the Fedora version
remove-distrobox-git:
echo 'Uninstalling latest git snapshot of Distrobox...'
curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/uninstall | sh -s -- --prefix ~/.local

0 comments on commit 09aa7a8

Please sign in to comment.