Install blackbox-terminal using flatpak as fallback

This commit is contained in:
Manuel Thalmann 2024-03-07 08:54:26 +01:00
parent 3edef51ffe
commit c7eff69f90

View file

@ -102,7 +102,6 @@ yay --noconfirm -Syu \
`# easyeffects` \ `# easyeffects` \
threema-desktop \ threema-desktop \
`# gnome-tweaks` \ `# gnome-tweaks` \
blackbox-terminal \
anki-bin \ anki-bin \
cpu-x \ cpu-x \
libreoffice-fresh \ libreoffice-fresh \
@ -113,6 +112,13 @@ yay --noconfirm -Syu \
yubikey-manager-qt \ yubikey-manager-qt \
; ;
yay --noconfirm -Syu \
blackbox-terminal \
|| \
sudo flatpak install --system -y \
com.raggesilver.BlackBox \
;
yay --noconfirm -Syu \ yay --noconfirm -Syu \
mupdf-tools \ mupdf-tools \
naps2-bin; naps2-bin;