replace stable with beta after SonicDE installation
Some checks failed
os / build (push) Has been cancelled
Some checks failed
os / build (push) Has been cancelled
This commit is contained in:
parent
e1eacd29a9
commit
6a9b9bac82
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,6 @@ RUN dnf config-manager --add-repo https://copr.fedorainfracloud.org/coprs/g/xlib
|
||||||
# This may be necessary for the speakers and internal microphone
|
# This may be necessary for the speakers and internal microphone
|
||||||
RUN dnf install -y alsa-sof-firmware
|
RUN dnf install -y alsa-sof-firmware
|
||||||
|
|
||||||
RUN dnf install xorg-x11-xinit xkbcomp xinput xlibre-xserver-beta-Xorg xlibre-xserver-beta-common xlibre-xf86-input-libinput cage weston redshift xrandr -y
|
|
||||||
|
|
||||||
RUN dnf install --allowerasing -y \
|
RUN dnf install --allowerasing -y \
|
||||||
sonic-workspace \
|
sonic-workspace \
|
||||||
sonic-workspace-libs \
|
sonic-workspace-libs \
|
||||||
|
|
@ -35,6 +33,8 @@ RUN dnf install --allowerasing -y sonic-keybind-daemon sonic-frameworks-windowsy
|
||||||
RUN dnf remove -y sddm && \
|
RUN dnf remove -y sddm && \
|
||||||
dnf install --allowerasing -y sonic-login-manager
|
dnf install --allowerasing -y sonic-login-manager
|
||||||
|
|
||||||
|
RUN dnf install --allowerasing xorg-x11-xinit xkbcomp xinput xlibre-xserver-beta-Xorg xlibre-xserver-beta-common xlibre-xf86-input-libinput cage weston redshift xrandr -y
|
||||||
|
|
||||||
RUN dnf install -y fish distrobox nvtop intel-media-driver libva-intel-driver htop
|
RUN dnf install -y fish distrobox nvtop intel-media-driver libva-intel-driver htop
|
||||||
RUN dnf install -y https://github.com/TheAssassin/AppImageLauncher/releases/download/v3.0.0-beta-3/appimagelauncher_3.0.0-beta-2-gha287.96cb937_x86_64.rpm
|
RUN dnf install -y https://github.com/TheAssassin/AppImageLauncher/releases/download/v3.0.0-beta-3/appimagelauncher_3.0.0-beta-2-gha287.96cb937_x86_64.rpm
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue