1
1
Fork 0
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:
Tony Tkáčik 2014-01-29 09:48:29 +00:00
parent 2a9dd191c9
commit fbbba4c00a
5 changed files with 140 additions and 0 deletions

7
bootstrap-ubuntu-dev.sh Executable file
View 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