Mise à jour de 'install.sh'

This commit is contained in:
wilou 2023-03-30 23:54:48 +00:00
parent 220007b161
commit 03c46f813b

View File

@ -109,7 +109,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
chown $username:$username -R /home/$username/.runonce/
chown -R $username:$username /home/$username/.runonce/
cp /etc/crontab /etc/crontab.bck
cp $builddir/crontab /etc/crontab