From e68bb385e8f10569e2d4603174035c6656d2aadc Mon Sep 17 00:00:00 2001 From: Mathis CHIRAT Date: Fri, 8 Nov 2024 14:24:41 +0100 Subject: [PATCH] =?UTF-8?q?Transf=C3=A9rer=20les=20fichiers=20vers=20''?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixing some bugs on installation --- setup.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/setup.sh b/setup.sh index eb01f21..d79f9f3 100644 --- a/setup.sh +++ b/setup.sh @@ -63,9 +63,11 @@ function config() { if [ $? -eq 0 ]; then echo "Selected file: $WALLPAPER_FILE" if [ -f "$WALLPAPER_FILE" ]; then - echo "Creating configuration file" + echo "+ Creating configuration directory" + mkdir -p ~/.config/Wallify + echo "+ Creating configuration file" echo "WALLPAPER_FILE=$WALLPAPER_FILE" > ~/.config/Wallify/wallpaper.conf - echo "Creating start.sh script" + echo "+ Creating start.sh script" cat > ~/.config/Wallify/start.sh < ~/.config/autostart/wallify.sh.desktop <