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