From c63b10cae5522c8982a477e078de202a0626ca44 Mon Sep 17 00:00:00 2001 From: hd2fik Date: Tue, 31 Oct 2017 22:21:11 +0100 Subject: [PATCH 1/2] add node js add node js --- freshUbuntu.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/freshUbuntu.sh b/freshUbuntu.sh index 8a8461f..14af819 100644 --- a/freshUbuntu.sh +++ b/freshUbuntu.sh @@ -33,3 +33,7 @@ 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 From 7b4f9a8f7f03fd26fb779e5bd693410cd2ab73d3 Mon Sep 17 00:00:00 2001 From: hd2fik Date: Tue, 31 Oct 2017 22:32:05 +0100 Subject: [PATCH 2/2] add gimp --- freshUbuntu.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/freshUbuntu.sh b/freshUbuntu.sh index 14af819..01c6082 100644 --- a/freshUbuntu.sh +++ b/freshUbuntu.sh @@ -37,3 +37,6 @@ 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