mirror of
https://github.com/tonydamage/nux-env.git
synced 2025-12-11 13:24:28 +01:00
9 lines
218 B
Bash
Executable file
9 lines
218 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "Installing Oracle Java."
|
|
|
|
sudo add-apt-repository ppa:webupd8team/java
|
|
sudo apt-get update
|
|
sudo apt-get install oracle-java8-installer
|
|
|
|
git config --global core.excludesfile ~/nux-env/gitignore-global
|