We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530cf1b commit 450a685Copy full SHA for 450a685
Pakfile
@@ -1,7 +1,8 @@
1
-org.videolan.VLC
2
-org.wezfurlong.wezterm
3
com.bktus.gpgfrontend
4
com.brave.Browser
+com.core447.StreamController
5
com.transmissionbt.Transmission
+io.github.spacingbat3.webcord
6
io.github.tdesktop_x64.TDesktop
7
-com.core447.StreamController
+org.videolan.VLC
8
+org.wezfurlong.wezterm
run_once_before_install-packages-linux.sh.tmpl
@@ -26,15 +26,16 @@ install_ostree() {
26
fi
27
28
rpm-ostree install --idempotent -y \
29
- python3-pip \
30
- pipx \
31
binutils \
32
- podman-docker \
33
- zsh \
+ code \
34
ddccontrol ddccontrol-gtk \
+ pipx \
+ podman-docker \
+ python3-pip \
35
+ snapper \
36
vim \
37
wl-clipboard \
- code
38
+ zsh
39
echo "Applying ostree changes (best effort)"
40
sudo rpm-ostree apply-live || true
41
}
0 commit comments