Skip to content

Commit f8b7a5d

Browse files
committed
Fix to install Usermin always using stack/group
1 parent cf95c1c commit f8b7a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtualmin-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1661,7 +1661,7 @@ install_with_apt() {
16611661
# Install Webmin/Usermin first, because it needs to be already done
16621662
# for the deps. Then install Virtualmin Core and then Stack packages
16631663
# Do it all in one go for the nicer UI
1664-
run_ok "$install webmin && $install usermin && $install $debvmpackages && $install $deps" "Installing Virtualmin $vm_version and all related packages"
1664+
run_ok "$install webmin && $install $debvmpackages && $install $deps" "Installing Virtualmin $vm_version and all related packages"
16651665
if [ $? -ne 0 ]; then
16661666
log_warning "apt-get seems to have failed. Are you sure your OS and version is supported?"
16671667
log_warning "https://www.virtualmin.com/os-support"

0 commit comments

Comments
 (0)