#!/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`
Edit

Pub: 13 Sep 2025 11:44 UTC

Edit: 27 Sep 2025 10:44 UTC

Views: 65

Auto Theme: Dark