mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-28 14:53:58 +00:00
chore: Use /etc/, not /usr/etc
This allows the end-user to change these files if desired
This commit is contained in:
parent
84f23e1e22
commit
246da3b324
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user