From e148fe643d3f0f939786f719ceb2ea0a3840f036 Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Mon, 16 Dec 2024 15:09:00 +0100 Subject: [PATCH] added snap --- Scripts/custom_pst.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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