Skip to content

Commit

Permalink
fix: use flathub as default
Browse files Browse the repository at this point in the history
  • Loading branch information
asen23 committed Jul 24, 2024
1 parent f81c5fc commit bf4ed3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/system/usr/libexec/azurite-user-setup
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ AZURITE_CONFIG_DIR="${XDG_DATA_HOME:-$HOME/.local/share}/azurite"
mkdir -p "$AZURITE_CONFIG_DIR"

# SCRIPT VERSION
USER_SETUP_VER=1
USER_SETUP_VER=2
USER_SETUP_VER_FILE="$AZURITE_CONFIG_DIR/version"
USER_SETUP_FEDORA_VER_FILE="$AZURITE_CONFIG_DIR/fedora_version"

Expand Down Expand Up @@ -38,7 +38,7 @@ pkexec /usr/libexec/azurite-privileged-user-setup "$USER"
# Install Flatpak
FLATPAKS="kde_flatpaks/flatpaks"
FLATPAK_LIST="$(curl https://raw.githubusercontent.com/ublue-os/bazzite/main/installer/${FLATPAKS} | tr '\n' ' ')"
flatpak --system -y install --or-update ${FLATPAK_LIST}
flatpak --system -y install --or-update flathub ${FLATPAK_LIST}

# Prevent future executions
echo "Writing state file"
Expand Down

0 comments on commit bf4ed3d

Please sign in to comment.