Skip to content

Commit b75ce71

Browse files
authored
Create setup.sh
1 parent 44570c8 commit b75ce71

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

server/setup.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
apt install -y nginx php php-fpm certbot python3-certbot-nginx
2+
3+
systemctl stop apache2
4+
systemctl disable apache2
5+
6+
git clone https://github.com/GitHub30/OpenCloudShell
7+
vi /etc/nginx/sites-available/default
8+
vi /etc/default/ttyd
9+
systemctl restart ttyd

0 commit comments

Comments
 (0)