Compare commits

...

2 Commits

Author SHA1 Message Date
Pouzor d5069d9b96 chore: bump version to 1.7.0 2026-04-02 01:22:22 +02:00
Pouzor 7498a10c14 fix: drop -qq on apt-get update and add --fix-missing to handle stale mirror cache in LXC install 2026-04-02 00:24:18 +02:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "frontend", "name": "frontend",
"private": true, "private": true,
"version": "1.6.0", "version": "1.7.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
+2 -2
View File
@@ -30,8 +30,8 @@ info "Detected: $PRETTY_NAME"
# ── System deps ─────────────────────────────────────────────────────────────── # ── System deps ───────────────────────────────────────────────────────────────
info "Installing system dependencies..." info "Installing system dependencies..."
apt-get update -qq apt-get update
apt-get install -y -qq python3 python3-pip python3-venv nmap curl git nginx apt-get install -y --fix-missing python3 python3-pip python3-venv nmap curl git nginx
# ── Node.js 20 ──────────────────────────────────────────────────────────────── # ── Node.js 20 ────────────────────────────────────────────────────────────────
if ! command -v node &>/dev/null; then if ! command -v node &>/dev/null; then