Last active
January 3, 2016 12:49
Revisions
-
lra renamed this gist
Jan 17, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
lra revised this gist
Jan 17, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,4 +2,4 @@ add-apt-repository --yes ppa:webupd8team/java apt-get update echo oracle-java7-installer shared/accepted-oracle-license-v1-1 select true > some_file debconf-set-selections some_file apt-get install --yes oracle-java7-installer oracle-java7-set-default -
lra revised this gist
Jan 17, 2014 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ add-apt-repository --yes ppa:webupd8team/java apt-get update echo oracle-java7-installer shared/accepted-oracle-license-v1-1 select true > some_file debconf-set-selections some_file apt-get install --yes oracle-java7-installer oracle-java7-set-default -
lra revised this gist
Jan 16, 2014 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ sudo su add-apt-repository —-yes ppa:webupd8team/java apt-get update echo oracle-java7-installer shared/accepted-oracle-license-v1-1 select true | debconf-set-selections apt-get install —-yes oracle-java7-installer oracle-java7-set-default -
lra created this gist
Jan 16, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ sudo su add-apt-repository —yes ppa:webupd8team/java apt-get update echo oracle-java7-installer shared/accepted-oracle-license-v1-1 select true | debconf-set-selections apt-get install —yes oracle-java7-installer oracle-java7-set-default