mirror of
https://github.com/tonydamage/nux-env.git
synced 2025-12-11 13:24:28 +01:00
Added initial skeletons of files.
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
This commit is contained in:
parent
2a9dd191c9
commit
fbbba4c00a
5 changed files with 140 additions and 0 deletions
7
bootstrap-ubuntu-dev.sh
Executable file
7
bootstrap-ubuntu-dev.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "Installing Oracle Java."
|
||||
|
||||
sudo add-apt-repository ppa:webupd8team/java
|
||||
sudo apt-get update
|
||||
sudo apt-get install oracle-java7-installer
|
||||
Loading…
Add table
Add a link
Reference in a new issue