Skip to content

Commit

Permalink
Merge pull request #1 from deesto/deesto-patch-1
Browse files Browse the repository at this point in the history
README: changed package lists, added comments to commands
  • Loading branch information
deesto committed Dec 10, 2018
2 parents 3523605 + 6c6f815 commit cb86cbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ These files are based on [cz-guardian/fedora-deepin](https://github.com/cz-guard
sudo dnf install http://download1.rpmfusion.org/free/fedora/releases/$(rpm -E %fedora)/Everything/$(uname -i)/os/Packages/r/rpmfusion-free-release-$(rpm -E %fedora)-1.noarch.rpm
sudo dnf copr enable mosquito/deepin
sudo dnf update
sudo dnf install deepin-desktop (deepin core)
sudo dnf install deepin-calendar deepin-calculator deepin-draw deepin-editor deepin-image-viewer deepin-picker deepin-screenshot deepin-system-monitor deepin-terminal (deepin applications)
sudo dnf install deepin-movie deepin-music deepin-screen-recorder deepin-voice-recorder (need rpmfusion repository)
sudo systemctl disable gdm.service && sudo systemctl enable lightdm.service (optional, gdm also available)
sudo dnf install deepin-desktop # (deepin core)
sudo dnf install deepin-calendar deepin-calculator eepin-editor deepin-image-viewer deepin-picker deepin-screenshot deepin-system-monitor # (deepin applications)
sudo dnf install deepin-movie deepin-music deepin-screen-recorder deepin-voice-recorder # (need rpmfusion repository)
sudo systemctl disable gdm.service && sudo systemctl enable lightdm.service # (optional, gdm also available)
sudo sed -i "/SELINUX=/s|enforcing|disabled|" /etc/selinux/config

After this is done, simply reboot into your new nice environment.
Expand Down

0 comments on commit cb86cbc

Please sign in to comment.