debamp/src/amp-base/usr/bin/amp-full-upgrade

6 lines
185 B
Bash
Executable File

#!/bin/bash
[ -e /etc/apt/sources.list.d/pve-enterprise.list ] && rm /etc/apt/sources.list.d/pve-enterprise.list
apt update && apt upgrade -y && apt dist-upgrade -y && apt-get clean