File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Here is a list of VPS Scripts that can be installed on Ubuntu. The main reason f
6
6
7
7
| Name | : | Command |
8
8
| ----------------- | --- | -------------------------------------------------------------------- |
9
- | VNC Server + XFCE | : | ` bash <(curl yokowasis.github.io/vps-script/script/desktop-xfce.sh) ` |
10
- | OpenVPN | : | ` bash <(curl yokowasis.github.io/vps-script/script/openvpn.sh) ` |
9
+ | VNC Server + XFCE | : | ` bash <(curl https:// yokowasis.github.io/vps-script/script/desktop-xfce.sh) ` |
10
+ | OpenVPN | : | ` bash <(curl https:// yokowasis.github.io/vps-script/script/openvpn.sh) ` |
11
11
12
12
To look at the content of the script you can open them in the browser.
13
13
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
apt update -y && apt upgrade -y
4
- apt install xfce4 xfce4-goodies tigervnc-standalone-server -y
4
+ apt install xfce4 xfce4-goodies tigervnc-standalone-server dbus-x11 -y
5
5
6
6
mkdir ~ /.vnc
7
7
echo ' #!/bin/sh ' > ~ /.vnc/xstartup
You can’t perform that action at this time.
0 commit comments