Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
proJM-Coding authored Jun 7, 2024
1 parent 98b3569 commit bdb226a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ rpm-ostree install plasma-workspace-x11
# Adds firefox as another option alongside chromium
rpm-ostree install firefox

# Install docker for winapps
rpm-ostree install dnf-plugins-core
rpm-ostree config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
rpm-ostree install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin

# this would install a package from rpmfusion

# rpm-ostree install vlc
Expand Down

0 comments on commit bdb226a

Please sign in to comment.