Skip to content

Instantly share code, notes, and snippets.

@fomychov
fomychov / linux.sh
Last active March 19, 2024 18:05
linux
#!/bin/bash # any bash-script should start with "shebang"-lint
# after #! indicate path to the bash interpetator
#############################################
# get updates
sudo apt update
apt list --upgradable
sudo apt upgrade
sudo apt dist-upgrade