use -vfs for node installation links
This commit is contained in:
parent
b5351a7f5a
commit
79a4c9923e
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ source $HOME/.rvm/scripts/rvm
|
||||||
rvm install ruby
|
rvm install ruby
|
||||||
|
|
||||||
# talks: reveal-md
|
# talks: reveal-md
|
||||||
sudo ln -s /usr/bin/nodejs /usr/bin/node
|
sudo ln -vfs /usr/bin/nodejs /usr/bin/node
|
||||||
sudo npm install -g reveal-md
|
sudo npm install -g reveal-md
|
||||||
|
|
||||||
# TODOs + sync
|
# TODOs + sync
|
||||||
|
|
Loading…
Reference in a new issue