mirror of
https://github.com/tonydamage/nux-env.git
synced 2025-12-11 13:24:28 +01:00
7 lines
No EOL
151 B
Bash
Executable file
7 lines
No EOL
151 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-java7-installer |