Ajoute vim + support script dans l'install
parent
0a68af78c0
commit
336bb2050c
Binary file not shown.
|
|
@ -5,7 +5,7 @@ groups | grep -q sudo || echo "Please add $(whoami) to sudo group with : sudo us
|
|||
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
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue