diff --git a/set_repos.sh b/set_repos.sh index 9e3dffb..56d7d0c 100644 --- a/set_repos.sh +++ b/set_repos.sh @@ -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}"