remove gs gsettings commands

main
Muqtxdir 2 years ago
parent 106a720e4f
commit 3d7bec3b06

@ -75,17 +75,13 @@
"type": "command",
"commands": [
"apt install -y flatpak gnome-software-plugin-flatpak",
"gsettings set org.gnome.software packaging-format-preference '[\"flatpak\", \"snap\", \"deb\"]'",
"!outRun echo '[Desktop Entry]\nType=Application\nExec=kgx -e bash -c \"echo 'Configuring Flathub..' && flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo && rm -f ~/.config/autostart/flathub.desktop && echo 'Flathub installed successfully' || echo 'Failed installing Flathub. Are you connected to the internet?'\"\nName=Flatpak Flathub\nComment=Add Flathub repository to Flatpak\n' > ~/.config/autostart/flathub.desktop"
]
},
{
"if": "snap",
"type": "command",
"commands": [
"apt install -y snapd",
"gsettings set org.gnome.software packaging-format-preference '[\"flatpak\", \"snap\", \"deb\"]'"
]
"commands": ["apt install -y snapd"]
},
{
"if": "appimage",

Loading…
Cancel
Save