mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix yunomprompt not being enable after ISO install
This commit is contained in:
parent
65ea34d7cb
commit
fe524dd866
2 changed files with 5 additions and 1 deletions
|
@ -69,7 +69,7 @@ then
|
||||||
You should now proceed with YunoHost post-installation. This is where you will
|
You should now proceed with YunoHost post-installation. This is where you will
|
||||||
be asked for:
|
be asked for:
|
||||||
- the main domain of your server;
|
- the main domain of your server;
|
||||||
- the administration password.
|
- the username and password for the first admin
|
||||||
|
|
||||||
You can perform this step:
|
You can perform this step:
|
||||||
- from your web browser, by accessing: https://yunohost.local/ or ${local_ip}
|
- from your web browser, by accessing: https://yunohost.local/ or ${local_ip}
|
||||||
|
|
|
@ -64,6 +64,10 @@ do_init_regen() {
|
||||||
|
|
||||||
systemctl enable yunohost-api.service --quiet
|
systemctl enable yunohost-api.service --quiet
|
||||||
systemctl start yunohost-api.service
|
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
|
# Yunohost-firewall is enabled only during postinstall, not init, not 100% sure why
|
||||||
|
|
||||||
cp dpkg-origins /etc/dpkg/origins/yunohost
|
cp dpkg-origins /etc/dpkg/origins/yunohost
|
||||||
|
|
Loading…
Add table
Reference in a new issue