Update Ubuntu.sh

This commit is contained in:
Werner
2023-02-28 13:17:50 -08:00
parent faf89b28c5
commit 78fbf455e3

View File

@ -1,9 +1,11 @@
#!/usr/bin/env sh
export DEBIAN_FRONTEND=noninteractive
touch ~/.hushlogin
# Update
export DEBIAN_FRONTEND=noninteractive
sudo apt update && sudo apt upgrade -y
# Dependencies