mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
Register domain, for uninstalling purpose.
This commit is contained in:
parent
6bc8770aa5
commit
551d7db1d8
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ fi
|
||||||
# Remove trailing "/" for next commands
|
# Remove trailing "/" for next commands
|
||||||
path=${path%/}
|
path=${path%/}
|
||||||
|
|
||||||
|
# Configure domain
|
||||||
|
sudo yunohost app setting ihatemoney domain -v $domain
|
||||||
|
|
||||||
# Install debian packages dependencies
|
# Install debian packages dependencies
|
||||||
sudo apt-get install -y -qq python-dev python-virtualenv supervisor
|
sudo apt-get install -y -qq python-dev python-virtualenv supervisor
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue