noVNC needs network to function, removed unneeded commented-out lines
This commit is contained in:
parent
5dd192e6e6
commit
735650e165
|
|
@ -15,11 +15,7 @@ parts:
|
||||||
plugin: dump
|
plugin: dump
|
||||||
stage-packages:
|
stage-packages:
|
||||||
- websockify
|
- websockify
|
||||||
# override-build: |
|
|
||||||
# snapcraftctl build
|
|
||||||
# ln -s usr/bin/python2-websockify websockify
|
|
||||||
apps:
|
apps:
|
||||||
novnc:
|
novnc:
|
||||||
command: utils/launch.sh
|
command: utils/launch.sh
|
||||||
# websockify:
|
plugs: [network, network-bind]
|
||||||
# command: usr/bin/python2-websockify
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue