diff --git a/script/install.d/11-apt.sh b/script/install.d/11-apt.sh index a40414b..51e954c 100644 --- a/script/install.d/11-apt.sh +++ b/script/install.d/11-apt.sh @@ -5,9 +5,6 @@ # (distros with apt only) Install core apt packages. # -# Skip in Codespaces (pre-installed in universal image) -[[ "$DOTS_ENV" == "codespaces" ]] && { log_pass "Skipping in Codespaces"; return 0; } - # apt only [[ "$DOTS_PKG" != "apt" ]] && { log_warn "Skipping: Not using apt"; return 0; }