Skip to content

Commit

Permalink
Do not install devpod by default and add podman-compose and podman-do…
Browse files Browse the repository at this point in the history
…cker
  • Loading branch information
franute committed Dec 18, 2024
1 parent 79427ec commit 7eae7a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion files/scripts/dev/disableRepos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/fedora-cisco-openh264.repo
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/atim-lazygit-*.repo
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/atim-starship-*.repo
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/atim-ubuntu-fonts-*.repo
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/ublue-os-staging-*.repo
5 changes: 3 additions & 2 deletions recipes/dev/dev-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ modules:
repos:
- https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
- https://copr.fedorainfracloud.org/coprs/atim/lazygit/repo/fedora-%OS_VERSION%/atim-lazygit-fedora-%OS_VERSION%.repo
- https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-%OS_VERSION%/ublue-os-staging-fedora-%OS_VERSION%.repo
install:
- starship
- lazygit
- devpod
- netcat
- podman-compose
- podman-docker

0 comments on commit 7eae7a9

Please sign in to comment.