This commit is contained in:
Bozhidar 2024-09-25 15:50:28 +03:00
parent d8778b30cc
commit d2e9dc8c37
2 changed files with 3 additions and 0 deletions

View file

@ -14,5 +14,6 @@ class PostInstall extends ModulePostInstall
shell_exec("chmod +x $installDockerShellFile");
shell_exec("bash $installDockerShellFile >> $this->logFile &");
return true;
}
}

View file

@ -1,2 +1,4 @@
# install certbot
sudo apt-get install certbot -y
echo "Done!"