fix: run apt for codespace

This commit is contained in:
2025-12-24 03:28:05 +02:00
parent b51f2e0b09
commit 4da959597d

View File

@@ -5,9 +5,6 @@
# (distros with apt only) Install core apt packages. # (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 # apt only
[[ "$DOTS_PKG" != "apt" ]] && { log_warn "Skipping: Not using apt"; return 0; } [[ "$DOTS_PKG" != "apt" ]] && { log_warn "Skipping: Not using apt"; return 0; }