Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d5069d9b96 | |||
| 7498a10c14 |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "frontend",
|
||||
"private": true,
|
||||
"version": "1.6.0",
|
||||
"version": "1.7.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@@ -30,8 +30,8 @@ info "Detected: $PRETTY_NAME"
|
||||
|
||||
# ── System deps ───────────────────────────────────────────────────────────────
|
||||
info "Installing system dependencies..."
|
||||
apt-get update -qq
|
||||
apt-get install -y -qq python3 python3-pip python3-venv nmap curl git nginx
|
||||
apt-get update
|
||||
apt-get install -y --fix-missing python3 python3-pip python3-venv nmap curl git nginx
|
||||
|
||||
# ── Node.js 20 ────────────────────────────────────────────────────────────────
|
||||
if ! command -v node &>/dev/null; then
|
||||
|
||||
Reference in New Issue
Block a user