chore: Use /etc/, not /usr/etc

This allows the end-user to change these files if desired
This commit is contained in:
Kyle Gospodnetich 2023-10-01 10:15:14 -07:00
parent 84f23e1e22
commit 246da3b324

View File

@ -20,8 +20,8 @@ fi
# Lists of flatpaks
FLATPAK_LIST=$(flatpak list --columns=application)
INSTALL_LIST=$(cat /usr/etc/flatpak/install)
REMOVE_LIST=$(cat /usr/etc/flatpak/remove)
INSTALL_LIST=$(cat /etc/flatpak/install)
REMOVE_LIST=$(cat /etc/flatpak/remove)
# Install flatpaks in list
if [[ -n $INSTALL_LIST ]]; then