Skip to content

Commit

Permalink
Revert "Revert "feature(lumina): install devpod" (#301)"
Browse files Browse the repository at this point in the history
This reverts commit 86d73da.
  • Loading branch information
p5 authored Nov 18, 2024
1 parent 84b825c commit b0cd6b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lumina/scripts/_base/007-install-development-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ install -c -m 0755 /tmp/devbox /usr/bin/devbox

rm -f /etc/yum.repos.d/github.repo
rm -f /etc/yum.repos.d/vscode.repo

wget https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-$(rpm -E %fedora)/ublue-os-staging-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_ublue-os_staging.repo

rpm-ostree install devpod

rm -rf /etc/yum.repos.d/_copr_ublue-os_staging.repo

0 comments on commit b0cd6b5

Please sign in to comment.