ronivay / XenOrchestraInstallerUpdater

Xen Orchestra install/update script
GNU General Public License v3.0
1.18k stars 189 forks source link

xo-install freezes on checking universe repository #81

Closed maxcerny closed 3 years ago

maxcerny commented 3 years ago

Uubuntu 20.04

Server specs 8vCPU 32GB RAM

Installation freezes on checking universe repository.

=== CMD ===: which yum

=== CMD ===: which apt-get

=== CMD ===: which xe

=== CMD ===: which xe

=== CMD ===: add-apt-repository universe

Adding component(s) 'universe' to all repositories. Press [ENTER] to continue or Ctrl-c to cancel.Aborted.

Easily fixed by adding -y to xo-install.sh

maxcerny commented 3 years ago

82 fixes the issue

ronivay commented 3 years ago

Thanks! Merged.