Petite correction code inutile

main
Gil 2023-07-25 09:35:05 +02:00
parent ea2e327907
commit 00df46386c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ groups | grep -q sudo || return
# sudo usermod -aG sudo $user # pour passer sudoers, puis reboot # sudo usermod -aG sudo $user # pour passer sudoers, puis reboot
sudo apt install -y neomutt curl isync msmtp pass lynx notmuch abook urlview 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 # Installation oh my bash