TyOS-Local-Scripts/#!/usr/bin/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