Skip to content

Commit

Permalink
Snap Store: Remove the removal of Add/Remove Software
Browse files Browse the repository at this point in the history
Turns out it does not conflict with Add/Remove Software
  • Loading branch information
Botspot committed Jul 15, 2023
1 parent 383ac54 commit fec950a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions apps/Snap Store/install
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
#!/bin/bash
# Get dependencies
if package_installed pi-package ;then #pi-package-data conflicts with gnome-packagekit-data - see https://github.com/raspberrypi-ui/pipackage/issues/7
yad --class Pi-Apps --name "Pi Apps" --center --window-icon="${DIRECTORY}/icons/logo.png" --title="Pi-Apps" --image=system-software-install \
--text="Snap Store now cannot be installed along with the <b>Add / Remove Software</b> program."$'\n'"Do you wish to remove it now, or cancel installation?" \
--button="Remove <u>Add / Remove Software</u>":0 --button="Cancel installation of Snap Store":1 || error "User error: exited"
apt_lock_wait
sudo apt purge -y pi-package pi-package-data pi-package-session --autoremove || error "APT failed to remove the "\""Add / Remove Software"\"" program"
fi

install_packages libsquashfuse0 squashfuse fuse libgconf-2-4 || exit 1
sudo apt install -y snapd || error "APT failed to install snapd"

Expand Down

0 comments on commit fec950a

Please sign in to comment.