-
-
Save kelixlabs/9ca64e92a75d6f3b53e00d61923e876f to your computer and use it in GitHub Desktop.
Revisions
-
nihathrael revised this gist
May 19, 2016 . 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 @@ -2,16 +2,16 @@ This worked for me and might not work for your. ***Try it at your own risk!*** ### Add the neon repositories and install the neon desktop ```sh $ wget -qO - 'http://archive.neon.kde.org/public.key' | sudo apt-key add - $ sudo apt-add-repository http://archive.neon.kde.org/user $ sudo apt-get update $ sudo apt-get install neon-desktop ``` ### Upgrade everything. Repeat if necessary, until everything is really up to date and you have no held-back packages. ```sh $ sudo apt-get update $ sudo apt-get upgrade $ sudo apt-get dist-upgrade -
nihathrael revised this gist
May 19, 2016 . 1 changed file with 5 additions 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 @@ -3,12 +3,16 @@ This worked for me and might not work for your. ***Try it at your own risk!*** # Add the neon repositories and install the neon desktop ```sh $ wget -qO - 'http://archive.neon.kde.org/public.key' | sudo apt-key add - $ sudo apt-add-repository http://archive.neon.kde.org/user $ sudo apt-get update $ sudo apt-get install neon-desktop ``` ```sh # Upgrade everything. Repeat if necessary, until everything is really up to date and you have no held-back packages. $ sudo apt-get update $ sudo apt-get upgrade $ sudo apt-get dist-upgrade ``` -
nihathrael created this gist
May 19, 2016 .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,14 @@ This worked for me and might not work for your. ***Try it at your own risk!*** # Add the neon repositories and install the neon desktop $ wget -qO - 'http://archive.neon.kde.org/public.key' | sudo apt-key add - $ sudo apt-add-repository http://archive.neon.kde.org/user $ sudo apt-get update $ sudo apt-get install neon-desktop # Upgrade everything. Repeat if necessary, until everything is really up to date and you have no held-back packages. $ sudo apt-get update $ sudo apt-get upgrade $ sudo apt-get dist-upgrade