1
0
Fork 0
forked from ahurac/dotfiles
ahuarc-dotfiles/local/share/updateall/commands.d/npm

9 lines
132 B
Text
Raw Normal View History

2023-04-13 00:16:36 +02:00
# Moving to /tmp folder
#pushd /tmp > /dev/null
# Updating
sudo npm -g update
# Returning to previous directory
#popd > /dev/null