You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2024. It is now read-only.
if [ -n"${SUPERUSERDO}" ];thenexport SUPERUSERDO;fi
592
591
if [ -n"${PACKAGE_MANAGER}" ];thenexport PACKAGE_MANAGER;fi
593
592
if [ -n"${PACKAGES}" ];thenexport PACKAGES;fi
594
-
if [ -n"${LIBRARYPACKAGES}" ];thenexport LIBRARYPACKAGES;fi
595
593
}
596
594
597
595
installPackages() {
@@ -639,7 +637,7 @@ check_libs() {
639
637
else
640
638
if [ -n"${PACKAGE_MANGER}" ];then
641
639
logos_continue_question "Your ${OS} install is missing the library: ${lib}. To continue, the script will attempt to install the library by using ${PACKAGE_MANAGER}. Proceed?""Your system does not have lib: ${lib}. Please install the package associated with ${lib} for ${OS}.\n ${EXTRA_INFO}"
642
-
installPackages "${LIBRARYPACKAGES}"
640
+
installPackages "${PACKAGES}"
643
641
else
644
642
logos_error "The script could not determine your ${OS} install's package manager or it is unsupported. Your computer is missing the library: ${lib}. Please install the package associated with ${lib} for ${OS}.\n ${EXTRA_INFO}"
0 commit comments