added snap

This commit is contained in:
WeeXnes 2024-12-16 15:09:00 +01:00
parent 956a8a0b69
commit e148fe643d

View file

@ -69,7 +69,7 @@ install_snapd(){
install_snap_apps(){
# Set the path to the snap_apps.lst file
SNAP_APPS_FILE=".extra/snap_apps.lst"
SNAP_APPS_FILE="${scrDir}/.extra/snap_apps.lst"
# Check if the file exists
if [ ! -f "$SNAP_APPS_FILE" ]; then