

ynotssor
-
Posts
5 -
Joined
-
Last visited
Reputation Activity
-
ynotssor got a reaction from Larry Matter in Special considerations upgrading Debian release (Stretch to Buster)?
As root:
cp /etc/apt/sources.list /etc/apt/sources.list.backup sed -i 's|stretch|buster|g' /etc/apt/sources.list apt update && apt -y upgrade && apt -y dist-upgrade It takes awhile, and welcome to Buster.
-
ynotssor got a reaction from matt407 in Special considerations upgrading Debian release (Stretch to Buster)?
As root:
cp /etc/apt/sources.list /etc/apt/sources.list.backup sed -i 's|stretch|buster|g' /etc/apt/sources.list apt update && apt -y upgrade && apt -y dist-upgrade It takes awhile, and welcome to Buster.