Update to Buster
Remove ui and staging components
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
deb http://archive.raspberrypi.org/debian/ stretch main ui staging
|
||||
deb http://archive.raspberrypi.org/debian/ buster main
|
||||
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
|
||||
#deb-src http://archive.raspberrypi.org/debian/ stretch main ui
|
||||
#deb-src http://archive.raspberrypi.org/debian/ buster main
|
||||
|
@@ -1,3 +1,3 @@
|
||||
deb http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi
|
||||
deb http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi
|
||||
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
|
||||
#deb-src http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi
|
||||
#deb-src http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
if [ ! -d "${ROOTFS_DIR}" ]; then
|
||||
bootstrap stretch "${ROOTFS_DIR}" http://raspbian.raspberrypi.org/raspbian/
|
||||
bootstrap buster "${ROOTFS_DIR}" http://raspbian.raspberrypi.org/raspbian/
|
||||
fi
|
||||
|
Reference in New Issue
Block a user