Single-command without interaction
#!/bin/bash # file: apt-upgrade.sh apt update && apt upgrade -y && apt autoremove -y
519000cookie-checkUpdate Debian/Ubuntu/Mint linux
Single-command without interaction
#!/bin/bash # file: apt-upgrade.sh apt update && apt upgrade -y && apt autoremove -y