Skip to content

Commit 779c1d7

Browse files
authored
Merge pull request #85 from ericgaspar/patch-2
Update bookworm
2 parents 23dccb6 + 6b5bac8 commit 779c1d7

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

โ€Žbookwormโ€Ž

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function main()
105105
upgrade_system || die "Failed to upgrade the system"
106106
boring_workarounds || die "Failed to run the boring workarounds"
107107
setup_package_source || die "Setting up deb package sources failed"
108-
install_yunohost_packages || die "Installation of Yunohost packages failed"
108+
install_yunohost_packages || die "Installation of YunoHost packages failed"
109109

110110
# For some reason sometimes dbus is not properly started/enabled ...
111111
if [[ "$BUILD_IMAGE" == "false" ]] ; then
@@ -296,7 +296,7 @@ function check_assertions()
296296

297297
# Assert curl is setup
298298
if ! command -v curl >/dev/null 2>&1 && ! apt_install curl; then
299-
error "Yunohost installer requires curl to be installed, but it failed to install it."
299+
error "YunoHost installer requires curl to be installed, but it failed to install it."
300300
return 1
301301
fi
302302

@@ -325,11 +325,11 @@ function check_assertions()
325325
fi
326326
# Check possible conflict with apache, bind9.
327327
if dpkg --get-selections | grep -v deinstall | grep -q 'bind9\s' && [[ "$FORCE" != "true" ]]; then
328-
error "Bind9 is installed on your system. Yunohost conflicts with Bind9 because it requires dnsmasq. To be able to run this script, you should first run 'apt remove bind9 --purge --autoremove'."
328+
error "Bind9 is installed on your system. YunoHost conflicts with Bind9 because it requires dnsmasq. To be able to run this script, you should first run 'apt remove bind9 --purge --autoremove'."
329329
return 1
330330
fi
331331
if dpkg --get-selections | grep -v deinstall | grep -q 'apache2\s' && [[ "$FORCE" != "true" ]]; then
332-
error "Apache is installed on your system. Yunohost conflicts with apache2 because it requires nginx. To be able to run this script, you should first run 'apt remove apache2 --purge --autoremove'."
332+
error "Apache is installed on your system. YunoHost conflicts with apache2 because it requires nginx. To be able to run this script, you should first run 'apt remove apache2 --purge --autoremove'."
333333
return 1
334334
fi
335335

@@ -504,7 +504,7 @@ function boring_workarounds() {
504504
# Workarounds for avahi #
505505
# ######################## #
506506

507-
# When attempting several installation of Yunohost on the same host
507+
# When attempting several installation of YunoHost on the same host
508508
# with a light VM system like LXC
509509
# we hit a bug with avahi-daemon postinstallation
510510
# This is described in detail in https://github.com/lxc/lxc/issues/25
@@ -652,21 +652,21 @@ function conclusion() {
652652
๐ŸŽ‰ ${bold}YunoHost installation completed!$normal
653653
654654
โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
655-
โ”‚ You should now proceed with Yunohost post-installation. โ”‚
655+
โ”‚ You should now proceed with YunoHost post-installation. โ”‚
656656
โ”‚ This is where you will be asked for: โ”‚
657-
โ”‚ โ€ข the main domain of your server ; โ”‚
658-
โ”‚ โ€ข the administration password ; โ”‚
657+
โ”‚ โ€ข the main domain of your server; โ”‚
658+
โ”‚ โ€ข the administration password; โ”‚
659659
โ”‚ โ€ข the name and password of the first user, which will also be admin. โ”‚
660660
โ”‚ โ”‚
661661
โ”‚ You can perform this step, either: โ”‚
662662
โ”‚ โ€ข from the command line, by running 'yunohost tools postinstall' as root โ”‚
663-
โ”‚ โ€ข or from your web browser, by accessing : โ”‚${local_ip}${global_ip}${no_ip}
663+
โ”‚ โ€ข or from your web browser, by accessing: โ”‚${local_ip}${global_ip}${no_ip}
664664
โ”‚ โ”‚
665665
โ”‚ If this is your first time with YunoHost, it is strongly recommended to โ”‚
666666
โ”‚ take time to read the administator documentation and in particular the โ”‚
667667
โ”‚ sections 'Finalizing your setup' and 'Getting to know YunoHost'. โ”‚
668668
โ”‚ โ”‚
669-
โ”‚ It is available at the following URL : โžก๏ธ https://yunohost.org/admindoc โ”‚
669+
โ”‚ It is available at the following URL: โžก๏ธ https://yunohost.org/admindoc โ”‚
670670
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
671671
672672

0 commit comments

Comments
ย (0)