Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

upgrade armbian



# BACKUP
# apt update
# apt upgrade
# nano /etc/apt/sources.list.d/armbian.list    ->  comment out the armbian repo
# nano /etc/apt/sources.list   ->  change to debian bullseye repositories

# apt update
# apt upgrade --without-new-pkgs
# apt full-upgrade
# reboot

 

# nano /etc/apt/sources.list.d/armbian.list   -> reenable armbian repo
# apt update
# apt upgrade 

#Leave a like if it worked.
Comment

PREVIOUS NEXT
Code Example
Shell :: svn info git equivalent 
Shell :: install hg linux 
Shell :: ERROR: Repository not found. fatal: Konnte nicht vom Remote-Repository lesen. Bitte stellen Sie sicher, dass die korrekten Zugriffsberechtigungen bestehen und das Repository existiert. 
Shell :: brew install older version opencv 
Shell :: command to transform to asci code bash 
Shell :: git commit --amend with commit id 
Shell :: vscode add folder to workspace cli 
Shell :: bash grep 
Shell :: how to convert a function from powershell in c# 
Shell :: vim-gnome has no installation candidate 
Shell :: Windows 10 - Get a list of installed apps into a text file 
Shell :: install minisom 
Shell :: apache2 mod_jk proxy to tomcat connector 
Shell :: how to install from a Linux terminal 
Shell :: awk print only range of lines 
Shell :: rst bash code block 
Shell :: do something file not in the folder 
Shell :: bash print fields that begin with string 
Shell :: TestStand null char 
Shell :: install imutils ubuntu 
Shell :: linux ls sort by biggest file first 
Shell :: Kubernetes cluster unreachable: Get "https://192.168.56.10:6443/version?timeout=32s": net/http: TLS handshake timeout 
Shell :: gitconfig includeif example 
Shell :: grep third match 
Shell :: create a tar with folder content only 
Shell :: View a Particular Commit 
Shell :: linux history delete multiple lines 
Shell :: windows cmd shortcut that always opens as administrator 
Shell :: git create new repository 
Shell :: wget typo3 8 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =