05-26-2017, 10:02 PM
(05-26-2017, 05:45 PM)pfeerick Wrote: Ok, sorry, as of the 6th of May that doesn't work, as it now looks for a parameter telling it what DE to install.
Instead do
Code:sudo -i
cd ~
wget https://github.com/longsleep/build-pine64-image/raw/master/simpleimage/platform-scripts/install_desktop.sh
chmod +x install_desktop.sh
./install_desktop.sh mate
The install started fine, but eventually stopped after an error message and went back to the command line:
Code:
./install_desktop.sh: line119: /etc/chromium-browser/default: no such file or directory
root@pine64so:~#