diff --git a/update_system_with_apt b/update_system_with_apt new file mode 100644 index 0000000..f0bc93b --- /dev/null +++ b/update_system_with_apt @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +sudo apt update +sudo apt upgrade -y +sudo flatpak update -y \ No newline at end of file