-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.sh
More file actions
16 lines (15 loc) · 800 Bytes
/
about.sh
File metadata and controls
16 lines (15 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash
clear
echo -e "================================================="
echo -e "# Script Auto Install SSH & OpenVPN #"
echo -e "#-----------------------------------------------#"
echo -e "# For Debian 7 32 bit & 64 bit #"
echo -e "# For VPS with KVM and VMWare virtualization #"
echo -e "#-----------------------------------------------#"
echo -e "# Original script by Area 51 Reborn #"
echo -e "#-----------------------------------------------#"
echo -e "# Modified by Aiman Amir #"
echo -e "#-----------------------------------------------#"
echo -e "# Join Channel: #"
echo -e "# https://telegram.me/area51reborn #"
echo -e "================================================="