Skip to content

Commit

Permalink
fixed thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Hallows committed Nov 29, 2024
1 parent c2fc9dc commit 100e291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY ublue-firstboot /usr/bin

RUN rpm-ostree install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
RUN rpm-ostree install distrobox just htop powertop fastfetch btop neovim figlet lolcat gparted nvtop gh cronie cronie-anacron dotnet-sdk-8.0 rpmdevtools vim-common
RUN wget -P /etc/yum.repos.d/ https://copr.fedorainfracloud.org/coprs/lukenukem/asus-linux/repo/fedora-41/lukenukem-asus-linux-fedora-41.repo && rpm-ostree update
RUN curl https://copr.fedorainfracloud.org/coprs/lukenukem/asus-linux/repo/fedora-41/lukenukem-asus-linux-fedora-41.repo >> /etc/yum.repos.d/lukenukem-asus-linux-fedora-41.repo && rpm-ostree update
RUN rpm-ostree install asusctl supergfxctl asusctl-rog-gui
RUN sudo sh -c 'echo -e "[unityhub]\nname=Unity Hub\nbaseurl=https://hub.unity3d.com/linux/repos/rpm/stable\nenabled=1\ngpgcheck=1\ngpgkey=https://hub.unity3d.com/linux/repos/rpm/stable/repodata/repomd.xml.key\nrepo_gpgcheck=1" > /etc/yum.repos.d/unityhub.repo' && rpm-ostree update && rpm-ostree install unityhub
#RUN rpm-ostree install akmod-nvidia xorg-x11-drv-nvidia xorg-x11-drv-nvidia-cuda
Expand Down

0 comments on commit 100e291

Please sign in to comment.