diff --git a/freshUbuntu.sh b/freshUbuntu.sh index 8a8461f..01c6082 100644 --- a/freshUbuntu.sh +++ b/freshUbuntu.sh @@ -33,3 +33,10 @@ apt install -y wine winetricks # Windows fonts apt install msttcorefonts -y + +# Install node js +curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - +sudo apt-get install -y nodejs + +# Install gimp +sudo apt-get install gimp