File tree 1 file changed +4
-11
lines changed
1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change 12
12
sudo apt update
13
13
sudo apt install -y xfce4 xfce4-goodies tightvncserver xfonts-base xubuntu-icon-theme xubuntu-wallpapers gnome-icon-theme x11-apps x11-common x11-session-utils x11-utils x11-xserver-utils x11-xkb-utils dbus-user-session dbus-x11 gnome-system-monitor gnome-control-center
14
14
15
- # # Second, download ngrok
16
- # wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip
17
- # unzip ngrok-stable-linux-amd64.zip
18
- # chmod +x ngrok
19
-
20
- curl -s https://ngrok-agent.s3.amazonaws.com/ngrok.asc \
21
- | sudo tee /etc/apt/trusted.gpg.d/ngrok.asc > /dev/null \
22
- && echo " deb https://ngrok-agent.s3.amazonaws.com buster main" \
23
- | sudo tee /etc/apt/sources.list.d/ngrok.list \
24
- && sudo apt update \
25
- && sudo apt install ngrok
15
+ # Second, download ngrok
16
+ wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip
17
+ unzip ngrok-stable-linux-amd64.zip
18
+ chmod +x ngrok
26
19
27
20
# Third, generate and copy passwd file and xstartup script
28
21
mkdir $HOME /.vnc
You can’t perform that action at this time.
0 commit comments