DEBIAN - Upgrade Script

From IT-Arts.net
Revision as of 07:09, 17 January 2026 by Admin (talk | contribs) (Text replacement - "Category:Wiki" to "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' ")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Return to Wiki Index


#!/bin/bash

apt-get update && apt-get upgrade && apt-get clean && apt-get autoremove -f -y

exit 0