diff --git a/install.sh b/install.sh index 543789e..636c7d8 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/runonce/* /home/$username/.runonce +cp $builddir/runonce/* /home/$username/.runonce/ chown -R $username:$username /home/$username/.runonce/ cp /etc/crontab /etc/crontab.bck cp $builddir/crontab /etc/crontab