Skip to content

Commit

Permalink
packer nodogsplash
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris committed Jan 14, 2025
1 parent f61bf5e commit bbb9fbb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions install/packer_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,18 @@
"inline": [
"touch /boot/ssh"
]
},
{
"type": "shell",
"inline": [
"apt install git",
"git clone https://github.com/nodogsplash/nodogsplash.git",
"cd nodogsplash",
"apk add build-base linux-headers libmicrohttpd-dev iptables",
"make",
"make install",
"lbu add /usr/bin/nodogsplash /usr/bin/ndsctl"
]
}
]
}

0 comments on commit bbb9fbb

Please sign in to comment.