install vdirsyncer by default
This commit is contained in:
parent
d707399a3f
commit
d2bd7c6a76
1 changed files with 2 additions and 1 deletions
|
@ -56,9 +56,10 @@ rvm install ruby
|
||||||
sudo ln -s /usr/bin/nodejs /usr/bin/node
|
sudo ln -s /usr/bin/nodejs /usr/bin/node
|
||||||
sudo npm install -g reveal-md
|
sudo npm install -g reveal-md
|
||||||
|
|
||||||
# todoman
|
# TODOs + sync
|
||||||
cd "$DIR/common/todoman/"
|
cd "$DIR/common/todoman/"
|
||||||
sudo python3 setup.py install
|
sudo python3 setup.py install
|
||||||
|
sudo pip install vdirsyncer
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "now go ahead and restart"
|
echo "now go ahead and restart"
|
||||||
|
|
Loading…
Reference in a new issue