Spaces:
Paused
Paused
Update start.sh
Browse files
start.sh
CHANGED
|
@@ -15,8 +15,9 @@ sleep 2
|
|
| 15 |
x11vnc -display :1 -nopw -forever -localhost -quiet > /dev/null 2>&1 &
|
| 16 |
websockify --web /usr/share/novnc/ 8080 localhost:5900 > /dev/null 2>&1 &
|
| 17 |
|
| 18 |
-
#
|
| 19 |
-
|
|
|
|
| 20 |
|
| 21 |
# গেটওয়ে চালু করা
|
| 22 |
node server.js
|
|
|
|
| 15 |
x11vnc -display :1 -nopw -forever -localhost -quiet > /dev/null 2>&1 &
|
| 16 |
websockify --web /usr/share/novnc/ 8080 localhost:5900 > /dev/null 2>&1 &
|
| 17 |
|
| 18 |
+
# ব্রাউজার এবং টার্মিনাল চালু করা
|
| 19 |
+
epiphany-browser &
|
| 20 |
+
xterm -geometry 80x24+10+10 &
|
| 21 |
|
| 22 |
# গেটওয়ে চালু করা
|
| 23 |
node server.js
|