⎗ ✓ 1 2 3 4 5 6 7 8 9 10#!/bin/sh # APT{S}ECURE # The Unlicense [ "$(id -u)" != "0" ] && echo 'run as root.' && exit 1 apt update apt list --upgradable; apt list --upgradable | grep -i security --color=auto apt install --only-upgrade `apt list --upgradable | grep -i security | cut -d/ -f1`
Warning LINK You are about to visit a link which has been flagged with the above content warnings. Do you wish to continue? Continue Cancel