From 37b9c3aba9529742408e2f57b5eeef539de51e56 Mon Sep 17 00:00:00 2001 From: RP1 Date: Thu, 12 Dec 2024 23:34:20 +0100 Subject: [PATCH] solved content folder copy issue --- 1update-gnome.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1update-gnome.sh b/1update-gnome.sh index de12d7e..91c7b65 100644 --- a/1update-gnome.sh +++ b/1update-gnome.sh @@ -57,7 +57,7 @@ echo --------------------------------------------- sudo chown -R $USER:$GROUP /home/$USER/.progs sudo cp -a 3progs.sh /home/$USER/.progs sudo chmod +x /home/$USER/.progs/3progs.sh - sudo cp -a content-eng/. /home/$USER/.progs + sudo cp -a content/. /home/$USER/.progs echo echo ${bold}${yellow}ProgramScript Autostart ${normal}installed. echo ---------------------------------------------