Skip to content

Commit 606d8a7

Browse files
authored
aaa
1 parent bd5c5a2 commit 606d8a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Here is a list of VPS Scripts that can be installed on Ubuntu. The main reason f
66

77
| Name | : | Command |
88
| ----------------- | --- | -------------------------------------------------------------------- |
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)` |
1111

1212
To look at the content of the script you can open them in the browser.
1313

script/desktop-xfce.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
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
55

66
mkdir ~/.vnc
77
echo '#!/bin/sh ' > ~/.vnc/xstartup

0 commit comments

Comments
 (0)