mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 15:10:25 +00:00
update
This commit is contained in:
parent
d8778b30cc
commit
d2e9dc8c37
2 changed files with 3 additions and 0 deletions
|
@ -14,5 +14,6 @@ class PostInstall extends ModulePostInstall
|
|||
shell_exec("chmod +x $installDockerShellFile");
|
||||
shell_exec("bash $installDockerShellFile >> $this->logFile &");
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
# install certbot
|
||||
sudo apt-get install certbot -y
|
||||
|
||||
echo "Done!"
|
||||
|
|
Loading…
Reference in a new issue