mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-04-16 17:42:57 +00:00
Revert "feat: Switch to zap for managing AppImages, auto-update zap installed AppImages with Topgrade"
This reverts commit 7d291a10ad94e460ba156ea1093369d908b5696d.
This commit is contained in:
parent
510b4a20ee
commit
25ae0707c0
@ -425,8 +425,6 @@ RUN rpm-ostree install \
|
|||||||
rm -rf /tmp/latencyflex && \
|
rm -rf /tmp/latencyflex && \
|
||||||
curl -Lo /usr/bin/latencyflex https://raw.githubusercontent.com/KyleGospo/LatencyFleX-Installer/main/install.sh && \
|
curl -Lo /usr/bin/latencyflex https://raw.githubusercontent.com/KyleGospo/LatencyFleX-Installer/main/install.sh && \
|
||||||
chmod +x /usr/bin/latencyflex && \
|
chmod +x /usr/bin/latencyflex && \
|
||||||
curl -Lo /usr/bin/zap https://github.com/srevinsaju/zap/releases/download/continuous/zap-amd64 && \
|
|
||||||
chmod +x /usr/bin/zap && \
|
|
||||||
sed -i 's@/usr/lib/wine/@/usr/lib64/wine/@g' /usr/bin/latencyflex && \
|
sed -i 's@/usr/lib/wine/@/usr/lib64/wine/@g' /usr/bin/latencyflex && \
|
||||||
sed -i 's@"dxvk.conf"@"/usr/share/latencyflex/dxvk.conf"@g' /usr/bin/latencyflex && \
|
sed -i 's@"dxvk.conf"@"/usr/share/latencyflex/dxvk.conf"@g' /usr/bin/latencyflex && \
|
||||||
chmod +x /usr/bin/latencyflex && \
|
chmod +x /usr/bin/latencyflex && \
|
||||||
|
@ -211,6 +211,7 @@ screens:
|
|||||||
description: Helpful tools
|
description: Helpful tools
|
||||||
default: false
|
default: false
|
||||||
packages:
|
packages:
|
||||||
|
- AppImage Pool: io.github.prateekmedia.appimagepool
|
||||||
- Barrier: com.github.debauchee.barrier
|
- Barrier: com.github.debauchee.barrier
|
||||||
- Bitwarden: com.bitwarden.desktop
|
- Bitwarden: com.bitwarden.desktop
|
||||||
- Calibre: com.calibre_ebook.calibre
|
- Calibre: com.calibre_ebook.calibre
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[commands]
|
[commands]
|
||||||
"Zap" = "/usr/libexec/topgrade/zap-update"
|
|
||||||
"Linux AMDGPU Control Application" = "/usr/libexec/topgrade/lact-update"
|
"Linux AMDGPU Control Application" = "/usr/libexec/topgrade/lact-update"
|
||||||
"Mozilla GNOME Themes" = "/usr/libexec/topgrade/mozilla-gnome-theme-update"
|
"Mozilla GNOME Themes" = "/usr/libexec/topgrade/mozilla-gnome-theme-update"
|
||||||
"Third Party CSS Loader Themes" = "/usr/libexec/topgrade/third-party-css-loader-update"
|
"Third Party CSS Loader Themes" = "/usr/libexec/topgrade/third-party-css-loader-update"
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
#!/usr/bin/bash
|
|
||||||
shopt -s nullglob
|
|
||||||
|
|
||||||
/usr/bin/zap upgrade
|
|
||||||
|
|
||||||
exit 0
|
|
@ -200,6 +200,7 @@ screens:
|
|||||||
description: Helpful tools
|
description: Helpful tools
|
||||||
default: false
|
default: false
|
||||||
packages:
|
packages:
|
||||||
|
- AppImage Pool: io.github.prateekmedia.appimagepool
|
||||||
- Barrier: com.github.debauchee.barrier
|
- Barrier: com.github.debauchee.barrier
|
||||||
- Bitwarden: com.bitwarden.desktop
|
- Bitwarden: com.bitwarden.desktop
|
||||||
- Calibre: com.calibre_ebook.calibre
|
- Calibre: com.calibre_ebook.calibre
|
||||||
|
Loading…
x
Reference in New Issue
Block a user