TyOS-Local-Scripts/update_system_with_apt

5 lines
No EOL
79 B
Bash

#!/usr/bin/env bash
sudo apt update
sudo apt upgrade -y
sudo flatpak update -y