diff --git a/installSystem.sh b/installSystem.sh index 3d5e4a0..9b1c402 100644 --- a/installSystem.sh +++ b/installSystem.sh @@ -7,7 +7,7 @@ groups | grep -q sudo || return # sudo usermod -aG sudo $user # pour passer sudoers, puis reboot sudo apt install -y neomutt curl isync msmtp pass lynx notmuch abook urlview -touch temp && echo "*/10 * * * * $HOME/.local/bin/mailsync" > temp && crontab temp && rm temp +echo "*/10 * * * * $HOME/.local/bin/mailsync" > temp && crontab temp && rm temp # Installation oh my bash