Skip to content

Commit

Permalink
Remove libgconf-2-4 dependency from snap store install
Browse files Browse the repository at this point in the history
This is unavailable on newer OSes like Ubuntu 23.
  • Loading branch information
Botspot authored Nov 12, 2023
1 parent 0df75c2 commit 08e8643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/Snap Store/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# Get dependencies
install_packages libsquashfuse0 squashfuse fuse libgconf-2-4 || exit 1
install_packages libsquashfuse0 squashfuse fuse || exit 1
sudo apt install -y snapd || error "APT failed to install snapd"

sudo systemctl enable --now snapd.socket || error "Unable to enable snapd.socket"
Expand Down

0 comments on commit 08e8643

Please sign in to comment.