From 4e68b9ba2cd62722cb731bb3d9e78c92291a2ee8 Mon Sep 17 00:00:00 2001 From: "[yuri]" <[yuri.kuit@gmail.com]> Date: Tue, 11 Nov 2025 16:00:18 +0100 Subject: [PATCH] bugfix --- v2/debian-full.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/debian-full.sh b/v2/debian-full.sh index 027d3d0..7c584b9 100755 --- a/v2/debian-full.sh +++ b/v2/debian-full.sh @@ -133,7 +133,7 @@ SOURCE_DIR="$SCRIPT_DIR/config-files/debian" DEST_DIR="$HOME" AUTOSTART_DIR="$HOME/.config/autostart" AUTOSTART_FILE="$AUTOSTART_DIR/xfce-config-apply.desktop" -HELPER_DIR="$HOME/.local/share/xfce-config-apply" +HELPER_SCRIPT="$HOME/.local/bin/xfce-config-apply-helper.sh" mkdir -p "$AUTOSTART_DIR" "$HOME/.local/bin"