Add install.sh
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
bd0662a37f
commit
9cc47da892
1 changed files with 6 additions and 0 deletions
6
install.sh
Normal file
6
install.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
DOMAIN="$1.gkaklas.gr"
|
||||
APP="$1"
|
||||
|
||||
yunohost domain add "${DOMAIN}" --install-letsencrypt-cert
|
||||
yunohost app install -a "domain=${DOMAIN}&path=/&init_main_permission=admins" "${APP}"
|
Loading…
Add table
Add a link
Reference in a new issue