We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26bbc93 commit c59b3baCopy full SHA for c59b3ba
recipes
@@ -182,7 +182,7 @@ function demo()
182
echo 'admin_strength: -1' >> /etc/yunohost/settings.yml
183
echo 'user_strength: -1' >> /etc/yunohost/settings.yml
184
185
- yunohost tools postinstall --domain "$DOMAIN" --password "demo" --username "demo" --fullname "Demo user" --force-diskspace
+ yunohost tools postinstall --domain "$DOMAIN" --password "demo" --username "demo" --fullname "Demo user"
186
187
APPS=(hextris nextcloud opensondage roundcube wallabag2 wordpress etherpad_mypads vaultwarden my_webapp freshrss yeswiki diagramsnet)
188
for APP in "${APPS[@]}"; do
0 commit comments