set_repos.sh aktualisiert

This commit is contained in:
2026-01-23 21:58:12 +01:00
parent 6a86f1d238
commit f07882cfeb

View File

@@ -78,7 +78,7 @@ EOF
# APT Update
# -----------------------------------------------------
echo -e "${INDENT}==> APT Update..."
apt update
apt update && apt dist-upgrade -y
echo
echo -e "${GREEN}${INDENT}✔ Repositories erfolgreich eingerichtet!${RESET}"