sdads
This commit is contained in:
@@ -15,7 +15,8 @@ sleep 5
|
|||||||
|
|
||||||
echo "."
|
echo "."
|
||||||
echo "*** apt update & upgrade ***"
|
echo "*** apt update & upgrade ***"
|
||||||
apt-get update && apt-get upgrade -y
|
apt-get update
|
||||||
|
apt-get upgrade -y
|
||||||
sleep 5
|
sleep 5
|
||||||
|
|
||||||
# Upgrade from jessie to stretch
|
# Upgrade from jessie to stretch
|
||||||
@@ -27,7 +28,8 @@ mv stretch_source_list.txt /etc/apt/sources.list
|
|||||||
|
|
||||||
echo "."
|
echo "."
|
||||||
echo "*** apt update & upgrade ***"
|
echo "*** apt update & upgrade ***"
|
||||||
apt-get update && apt-get full-upgrade -y
|
apt-get update
|
||||||
|
apt-get full-upgrade
|
||||||
sleep 5
|
sleep 5
|
||||||
|
|
||||||
# Define network variables
|
# Define network variables
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
deb [check-valid-until=no] http://archive.debian.org/debian/ jessie main contrib non-free
|
deb [check-valid-until=no] http://archive.debian.org/debian/ jessie main contrib non-free
|
||||||
deb-src [check-valid-until=no] http://archive.debian.org/debian/ jessie main contrib non-free
|
deb-src [check-valid-until=no] http://archive.debian.org/debian/ jessie main contrib non-free
|
||||||
deb [check-valid-until=no] http://archive.debian.org/ jessie/updates main contrib non-free
|
#deb [check-valid-until=no] http://archive.debian.org/ jessie/updates main contrib non-free
|
||||||
deb-src [check-valid-until=no] http://archive.debian.org/ jessie/updates main contrib non-free
|
#deb-src [check-valid-until=no] http://archive.debian.org/ jessie/updates main contrib non-free
|
||||||
deb http://chip.jfpossibilities.com/chip/debian/repo jessie main
|
deb http://chip.jfpossibilities.com/chip/debian/repo jessie main
|
||||||
deb http://chip.jfpossibilities.com/chip/debian/pocketchip jessie main
|
deb http://chip.jfpossibilities.com/chip/debian/pocketchip jessie main
|
||||||
Reference in New Issue
Block a user