5 lines
117 B
Plaintext
5 lines
117 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
sudo add-apt-repository ppa:certbot/certbot
|
||
|
|
sudo apt-get update
|
||
|
|
sudo apt-get install python-certbot-apache
|