Advertisement
LunatiikXD

Raspbian PIXEL on Debian Buster

Jul 21st, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #################################################################################
  2. # this is for sources.list #
  3. # deb http://ftp.debian.org/debian/ stretch main contrib non-free #
  4. # deb http://security.debian.org/debian/ stretch/updates main contrib non-free #
  5. # deb http://ftp.debian.org/debian/ stretch-updates main contrib non-free #
  6. # (OPTIONAL: optional if you have stretch) #
  7. #################################################################################
  8. ## Create a file in /etc/apt/sources.list.d/ named raspi.list ##
  9.  
  10. put this first --> deb [trusted=yes] http://archive.raspberrypi.org/debian/ buster main ui
  11.  
  12. ## do sudo apt update then sudo apt-get update and sudo apt-get dist-upgrade ##
  13.  
  14. change the raspi.list to:
  15.  
  16. this --> deb [trusted=yes] http://archive.raspberrypi.org/debian/ stretch main ui
  17.  
  18. ## do sudo apt update then sudo apt-get install raspberrypi-ui-mods ##
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement