mirror of
https://github.com/netfun2000/raspberry-wifi-conf.git
synced 2026-02-27 09:45:16 +08:00
Update package.json w/ provision script & more
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"test": "npm test",
|
||||
"provision": "apt-get install isc-dhcp-server hostapd -y",
|
||||
"bootstrap": "wget http://treebeard.home.net:1234/bootstrap/pifi-conf -O bootstrap.sh && chmod u+x bootstrap.sh && ./bootstrap.sh"
|
||||
},
|
||||
"repository": {
|
||||
@@ -24,6 +25,8 @@
|
||||
"homepage": "https://github.com/sabhiram/rpi-connect-to-wifi",
|
||||
"dependencies": {
|
||||
"underscore": "~1.7.0",
|
||||
"async": "~0.9.0"
|
||||
"async": "~0.9.0",
|
||||
"ejs": "~1.0.0",
|
||||
"express": "~4.10.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user