Files
USE/Scripts/Update.sh
2025-04-01 14:17:46 +00:00

6 lines
73 B
Bash

#! /bin/bash
sudo apt update
sudo apt upgrade -y
sudo apt autoremove -y