User Tools

Site Tools


unix:linux:debian:asccibeowulf

This is an old revision of the document!


Upgrade Devuan ASCII to Beowulf

Script

# change sources.list
mv /etc/apt/sources.list /etc/apt/sources.list.old
echo deb http://deb.devuan.org/merged beowulf          main >> /etc/apt/sources.list
echo deb http://deb.devuan.org/merged beowulf-updates  main >> /etc/apt/sources.list
echo deb http://deb.devuan.org/merged beowulf-security main >> /etc/apt/sources.list
 
# NOTE: you should check sources.list.d for any extra listings before you proceed.
 
apt update
apt -y upgrade
apt -y dist-upgrade
apt -y autoremove
reboot
 
# remove certbot-auto and install via apt
mkdir ~/trash
mv /opt/eff.org /etc/cron.d/certbot /usr/local/bin/certbot-auto ~/trash
apt install certbot
unix/linux/debian/asccibeowulf.1622487986.txt.gz · Last modified: 2021/05/31 14:06 by rodolico