JLey
2015-08-09 04:53 deepin
If you're looking to move to Deepin from Ubuntu, why not back up all your important information and do a clean install?
Otherwise, I don'tknow programming well, so I'd have to ask the simple questions - Did you try using an avatar, webcam snapshot, or saved photo as a user profile photo?
Otherwise, I don'tknow programming well, so I'd have to ask the simple questions - Did you try using an avatar, webcam snapshot, or saved photo as a user profile photo?
Reply Like 0 View the author
I have an ubuntu 14.4 based software product developd by my own. And I would love to plug in deepin desktop and the system very deeply to provide an option to beautify a pre configured Ubuntu
I did the following so far:
#Change the mirror for faster downloads a list can be found on http://www.deepin.org//mirror.html
#!/bin/bash
echo "Installing Deepin ..."
sudo sh -c 'echo #Deepin>> /etc/apt/sources.list'
sudo sh -c 'echo "deb http://ftp.fau.de/deepin trusty main non-free universe" >> /etc/apt/sources.list'
sudo sh -c 'echo "deb-src http://ftp.fau.de/deepin trusty main non-free universe" >> /etc/apt/sources.list'
wget http://ftp.fau.de/deepin /deepin/project/deepin-keyring.gpg
gpg --import deepin-keyring.gpg
sudo gpg --export --armor | sudo apt-key add -
sudo apt -y update;sudo apt -y upgrade