diff --git a/Scripts/custom_pst.sh b/Scripts/custom_pst.sh index 8a24cdf..e676f5b 100755 --- a/Scripts/custom_pst.sh +++ b/Scripts/custom_pst.sh @@ -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