mirror of
https://github.com/netfun2000/raspberry-wifi-conf.git
synced 2026-02-27 09:45:16 +08:00
Update provision info, readme stuffs
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"test": "npm test",
|
||||
"provision": "apt-get install isc-dhcp-server hostapd -y",
|
||||
"provision": "apt-get update -y && apt-get install isc-dhcp-server hostapd iw -y",
|
||||
"bootstrap": "wget http://treebeard.home.net:1234/bootstrap/pifi-conf -O bootstrap.sh && chmod u+x bootstrap.sh && ./bootstrap.sh"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user