From 220007b161d10c621fb50ee6241f527ee1353154 Mon Sep 17 00:00:00 2001 From: wilou Date: Thu, 30 Mar 2023 23:50:14 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'install.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 72d4f83..935a723 100644 --- a/install.sh +++ b/install.sh @@ -108,7 +108,7 @@ flatpak install flathub com.usebottles.bottles com.github.geigi.cozy io.crow_tra # Runonce mkdir -p /home/$username/.runonce -cp $builddir/* /home/$username/.runonce +cp $builddir/runonce/* /home/$username/.runonce chown $username:$username -R /home/$username/.runonce/ cp /etc/crontab /etc/crontab.bck cp $builddir/crontab /etc/crontab