qubes: Update to fedora 41
All checks were successful
ShellCheck / shellcheck (push) Successful in 25s
All checks were successful
ShellCheck / shellcheck (push) Successful in 25s
This commit is contained in:
parent
d16a948e1f
commit
27d6ba5089
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM quay.io/fedora/fedora-toolbox:41
|
FROM quay.io/fedora/fedora-toolbox:41
|
||||||
RUN dnf up -y
|
RUN dnf up -y
|
||||||
RUN dnf install -y bash-color-prompt clang clang-tools-extra gcc hyperfine java-devel llvm mtools nodejs-npm openssl-devel parted poetry postgresql-server python3-pip qemu-system-x86-core rustup systemd-container vim-enhanced
|
RUN dnf install -y bash-color-prompt clang clang-tools-extra gcc hyperfine java-devel llvm mtools nodejs-npm openssl-devel parted poetry postgresql-server python3-pip qemu-system-x86-core rustup systemd-container vim-enhanced
|
||||||
RUN dnf install -y https://github.com/coder/code-server/releases/download/v4.94.2-rc.1/code-server-4.94.2-rc.1-amd64.rpm
|
RUN dnf install -y https://github.com/coder/code-server/releases/download/v4.95.1/code-server-4.95.1-amd64.rpm
|
||||||
RUN mkdir /etc/systemd/system/user@.service.d
|
RUN mkdir /etc/systemd/system/user@.service.d
|
||||||
RUN mkdir /var/lib/systemd/linger
|
RUN mkdir /var/lib/systemd/linger
|
||||||
RUN touch /var/lib/systemd/linger/coder
|
RUN touch /var/lib/systemd/linger/coder
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
cp -R desktop/* qubes-fedora/* /
|
cp -R desktop/* qubes-fedora/* /
|
||||||
dnf config-manager --set-enabled qubes-vm-r4.2-security-testing qubes-vm-r4.2-current-testing
|
dnf config-manager setopt qubes-vm-r4.2-security-testing.enabled=true
|
||||||
|
dnf config-manager setopt qubes-vm-r4.2-current-testing.enabled=true
|
||||||
dnf install --allowerasing bash-color-prompt bash-completion borgbackup bind-utils butane default-fonts fcitx5-anthy fcitx5-autostart fedora-flathub-remote ffmpeg-free file-roller fuse-sshfs gcc gcc-gdb-plugin glibc-all-langpacks helm htop kubernetes-client nautilus netcat nodejs-npm pipx qubes-ctap ShellCheck toolbox wireguard-tools whois xdg-desktop-portal-gtk yt-dlp
|
dnf install --allowerasing bash-color-prompt bash-completion borgbackup bind-utils butane default-fonts fcitx5-anthy fcitx5-autostart fedora-flathub-remote ffmpeg-free file-roller fuse-sshfs gcc gcc-gdb-plugin glibc-all-langpacks helm htop kubernetes-client nautilus netcat nodejs-npm pipx qubes-ctap ShellCheck toolbox wireguard-tools whois xdg-desktop-portal-gtk yt-dlp
|
||||||
dnf remove cheese evolution-data-server firefox gnome-software gnome-weather PackageKit-command-not-found rpmfusion-nonfree-release thunderbird totem
|
dnf remove cheese evolution-data-server firefox gnome-software gnome-weather PackageKit-command-not-found rpmfusion-nonfree-release thunderbird totem
|
||||||
sh setup-desktop.sh
|
sh setup-desktop.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue