Deepin Upgrader for Ubuntu
Tofloor
poster avatar
horvan
deepin
2015-06-08 09:17
Author
Edited by horvan at 2015-8-23 18:55

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  
Reply Favorite View the author
All Replies
JLey
deepin
2015-08-09 04:53
#1
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?
Reply View the author
horvan
deepin
2015-08-10 00:01
#2
This is fixed meanwhile. If you have other software products relaying on debian and you like to provide a great desktop experience than deepin is your choice.

I wasn't looking to move from ubuntu to deepin I was looking for a way to get the desktop on top of my own ubuntu driven web development soloutin
Reply View the author
cxbii
deepin
2015-08-12 07:13
#3
Amazing!
Reply View the author