Skip to content

Commit 450a685

Browse files
committed
chore(linux): packages updated
1 parent 530cf1b commit 450a685

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

Pakfile

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
org.videolan.VLC
2-
org.wezfurlong.wezterm
31
com.bktus.gpgfrontend
42
com.brave.Browser
3+
com.core447.StreamController
54
com.transmissionbt.Transmission
5+
io.github.spacingbat3.webcord
66
io.github.tdesktop_x64.TDesktop
7-
com.core447.StreamController
7+
org.videolan.VLC
8+
org.wezfurlong.wezterm

run_once_before_install-packages-linux.sh.tmpl

+6-5
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,16 @@ install_ostree() {
2626
fi
2727

2828
rpm-ostree install --idempotent -y \
29-
python3-pip \
30-
pipx \
3129
binutils \
32-
podman-docker \
33-
zsh \
30+
code \
3431
ddccontrol ddccontrol-gtk \
32+
pipx \
33+
podman-docker \
34+
python3-pip \
35+
snapper \
3536
vim \
3637
wl-clipboard \
37-
code
38+
zsh
3839
echo "Applying ostree changes (best effort)"
3940
sudo rpm-ostree apply-live || true
4041
}

0 commit comments

Comments
 (0)