Ajoute vim + support script dans l'install

main
Gil 2023-08-01 08:56:44 +02:00
parent 0a68af78c0
commit 336bb2050c
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ groups | grep -q sudo || echo "Please add $(whoami) to sudo group with : sudo us
groups | grep -q sudo || return 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 vim vim-nox neomutt curl isync msmtp pass lynx notmuch abook urlview python3
echo "*/10 * * * * $HOME/.local/bin/mailsync" > temp && crontab temp && rm temp echo "*/10 * * * * $HOME/.local/bin/mailsync" > temp && crontab temp && rm temp