Skip to content

Commit c7d6d96

Browse files
author
wyrie
committed
1 parent 05c0f64 commit c7d6d96

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

helper_scripts/gentoo_setup.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ function meta_web()
408408

409409
is_package_installed "www-misc/awstats" "vhosts apache2" || package_list="$package_list www-misc/awstats"
410410

411-
if ! is_package_installed "app-admin/vlogger"
411+
if ! is_package_installed "app-admin/vlogger" "dbi"
412412
then
413413
# Check if package is masked
414414
if [ -n "$(equery -C -N list -I -o -e app-admin/vlogger | grep app-admin/vlogger | awk '{print $2}' | grep '^\[M')" ]
@@ -446,6 +446,10 @@ function meta_web()
446446

447447
is_package_installed "sys-auth/pam_mysql" || package_list="$package_list sys-auth/pam_mysql"
448448

449+
is_package_installed "app-admin/sudo" || package_list="$package_list app-admin/sudo"
450+
451+
is_package_installed "app-arch/zip" || package_list="$package_list app-arch/zip"
452+
449453
if ! is_package_installed "app-admin/jailkit"
450454
then
451455
# Check if package is masked

0 commit comments

Comments
 (0)