Petite correction code inutile
parent
ea2e327907
commit
00df46386c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue