Install rclone and remove kerver since it's already installed by cachyos-settings
Some checks failed
os / build (push) Has been cancelled
Some checks failed
os / build (push) Has been cancelled
This commit is contained in:
parent
64f64a2c04
commit
31d1837aff
1 changed files with 2 additions and 2 deletions
|
|
@ -84,6 +84,8 @@ RUN dnf install vlc vlc-plugins-freeworld vlc-plugin-pipewire -y
|
|||
RUN dnf config-manager --add-repo https://brave-browser-rpm-release.s3.brave.com/brave-browser.repo -y
|
||||
RUN dnf install brave-browser -y
|
||||
|
||||
RUN dnf install rclone -y
|
||||
|
||||
RUN systemctl enable docker
|
||||
RUN systemctl enable scx_loader
|
||||
|
||||
|
|
@ -92,6 +94,4 @@ COPY usr /usr
|
|||
|
||||
RUN systemctl enable waydroid-choose-intel-gpu.service
|
||||
|
||||
RUN cd /usr/bin && wget https://raw.githubusercontent.com/CachyOS/CachyOS-Settings/refs/heads/master/usr/bin/kerver && chmod +x kerver
|
||||
|
||||
RUN rm -rf /tmp/* /var/* && mkdir -p /var/tmp && chmod -R 1777 /var/tmp
|
||||
Loading…
Add table
Add a link
Reference in a new issue