mirror of
https://github.com/tonydamage/nux-env.git
synced 2025-12-11 13:24:28 +01:00
Moved bootstrap-* to machine/bootstrap
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
This commit is contained in:
parent
9c87f7198a
commit
2dd4a22b63
2 changed files with 0 additions and 0 deletions
9
machine/bootstrap/bootstrap-ubuntu-dev.sh
Executable file
9
machine/bootstrap/bootstrap-ubuntu-dev.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/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 ~/Environment/gitignore-global
|
||||
Loading…
Add table
Add a link
Reference in a new issue