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