Skip to content

Commit

Permalink
Fix yunomprompt not being enable after ISO install
Browse files Browse the repository at this point in the history
  • Loading branch information
alexAubin committed Jul 31, 2024
1 parent 65ea34d commit fe524dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/yunoprompt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ then
You should now proceed with YunoHost post-installation. This is where you will
be asked for:
- the main domain of your server;
- the administration password.
- the username and password for the first admin
You can perform this step:
- from your web browser, by accessing: https://yunohost.local/ or ${local_ip}
Expand Down
4 changes: 4 additions & 0 deletions hooks/conf_regen/01-yunohost
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ do_init_regen() {

systemctl enable yunohost-api.service --quiet
systemctl start yunohost-api.service

# Enable yunoprompt (in particular for installs from ISO where we want this to show on first boot instead of asking for a login/password)
systemctl enable yunoprompt --quiet

# Yunohost-firewall is enabled only during postinstall, not init, not 100% sure why

cp dpkg-origins /etc/dpkg/origins/yunohost
Expand Down

0 comments on commit fe524dd

Please sign in to comment.