Skip to content

Commit

Permalink
added asus stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Hallows committed Nov 29, 2024
1 parent e8c8a27 commit 7dd2af5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ 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 rpm-ostree install lukenukem/asus-linux
RUN rpm-ostree install asusctl supergfxctl asusctl-rog-gui
#RUN rpm-ostree install akmod-nvidia xorg-x11-drv-nvidia xorg-x11-drv-nvidia-cuda
#RUN firewall-cmd --set-target=DROP --zone=public --permanent && \
# firewall-cmd --zone=nagios --remove-icmp-block={echo-request,echo-reply,timestamp-request,timestamp-reply} --permanent
RUN sed -i 's/#AutomaticUpdatePolicy.*/AutomaticUpdatePolicy=stage/' /etc/rpm-ostreed.conf && \
systemctl enable rpm-ostreed-automatic.timer && \
systemctl enable flatpak-automatic.timer && \
systemctl enable supergfxd.service && \
ostree container commit

0 comments on commit 7dd2af5

Please sign in to comment.