Yeah thier is a sed hack that replaces the version as a script.
sed -i '$ a\\ndeb http://packages.dotdeb.org wheezy all\ndeb-src http://packages.dotdeb.org wheezy all' /etc/apt/sources.list
This was on stackexhange..
At any case buster instead of wheezy, and likewise your local arm64 mirrors...
Apt distro upgrade , (something like that)
similar sed trick will replace all
"Old-distro-codename" with buster.. using sed..
And also easily in /apt/sources file/s..
Also a apt sources generation site. ,
Adds many things ie dropbox Google's chrome etc.
may need to edit, as some are arm7hf or x86 or amd64,
Or sdeb.. if that can get sdeb and build locally..
I typically use Gentoo anyway, but as emmc build root ... debian been used as xdcard host.
Sent from my SM-N960U using Tapatalk
https://linuxize.com/post/how-to-upgrade...10-buster/
This has main article you might like and sed stretch to buster..
Sent from my SM-N960U using Tapatalk
sed -i '$ a\\ndeb http://packages.dotdeb.org wheezy all\ndeb-src http://packages.dotdeb.org wheezy all' /etc/apt/sources.list
This was on stackexhange..
At any case buster instead of wheezy, and likewise your local arm64 mirrors...
Apt distro upgrade , (something like that)
similar sed trick will replace all
"Old-distro-codename" with buster.. using sed..
And also easily in /apt/sources file/s..
Also a apt sources generation site. ,
Adds many things ie dropbox Google's chrome etc.
may need to edit, as some are arm7hf or x86 or amd64,
Or sdeb.. if that can get sdeb and build locally..
I typically use Gentoo anyway, but as emmc build root ... debian been used as xdcard host.
Sent from my SM-N960U using Tapatalk
https://linuxize.com/post/how-to-upgrade...10-buster/
This has main article you might like and sed stretch to buster..
Sent from my SM-N960U using Tapatalk