We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0859a22 commit 4713e64Copy full SHA for 4713e64
README.md
@@ -290,7 +290,7 @@ Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docke
290
First setup the wifi with the command:
291
292
```sh
293
-SSID=name PASSWORD=pass ./debian/set-wifi.sh
+SSID=name PASSWORD=pass ./debian/scripts/set-wifi.sh
294
```
295
296
You can can setup docker and compile the latest version of the orchestrator with the command:
debian/scripts/set-wifi.sh
@@ -29,7 +29,6 @@ method=auto
29
method=auto
30
EOF
31
32
-adb shell chmod 600 /etc/NetworkManager/system-connections/mywifi.nmconnection
+adb shell chmod 600 /etc/NetworkManager/system-connections/$SSID.nmconnection
33
34
adb shell systemctl restart NetworkManager
35
-
0 commit comments