This script installs basic tools, Java and NodeJS on a normal Ubuntu box.
The script should be run as root, and it can be downloaded and executed with one command, using cURL:
sudo su
sh -c "$(curl -fsSL https://raw.githubusercontent.com/jdubois/jdubois-configuration/master/install.sh)"
Warning As this script will update the system, it will trigger a system reboot at the end
- Basic system utilities like Git or Vim
- Java : latest long term support JDK release from AdoptOpenJDK
- NodeJS : latest long term support NodeJS release from NodeSource
- Automatic updates
You are free to use this script under the Apache 2 license.