diff --git a/system_files/desktop/shared/usr/bin/ublue-flatpak-system-install b/system_files/desktop/shared/usr/bin/ublue-flatpak-system-install index 90ce1209..37e85e9d 100755 --- a/system_files/desktop/shared/usr/bin/ublue-flatpak-system-install +++ b/system_files/desktop/shared/usr/bin/ublue-flatpak-system-install @@ -24,14 +24,6 @@ FLATPAK_LIST=$(flatpak list --column=application) INSTALL_LIST=$(cat /usr/etc/flatpak/install) REMOVE_LIST=$(cat /usr/etc/flatpak/remove) -# Add Deck flatpaks to install list -if [[ $IMAGE_NAME =~ "deck" ]]; then - DECK_LIST=$(cat /usr/etc/flatpak/deck) - if [[ -n $DECK_LIST ]]; then - INSTALL_LIST="$INSTALL_LIST\n$DECK_LIST" - fi -fi - # Install flatpaks in list if [[ -n $INSTALL_LIST ]]; then for flatpak in $INSTALL_LIST; do