diff --git a/setup.pl b/setup.pl index 9845d1d0a..af7681837 100755 --- a/setup.pl +++ b/setup.pl @@ -971,7 +971,7 @@ if (!$ENV{'nostart'}) { print " - DateTime, DateTime::Locale, DateTime::TimeZone, Data::Dumper,\n"; print " - Digest::MD5, Digest::SHA, Encode::Detect, File::Basename,\n"; print " - File::Path, Net::SSLeay, Time::HiRes, Time::Local, Time::Piece,\n"; - print " - Sys::Syslog, JSON::XS, lib, open\n"; + print " - Sys::Syslog, JSON::XS, lib, open, IO::Socket::INET6\n"; print " Packages:\n"; print " - openssl - Cryptography library with TLS implementation\n"; print " - shared-mime-info - Shared MIME information database\n"; diff --git a/setup.sh b/setup.sh index bc2d47e45..719728067 100755 --- a/setup.sh +++ b/setup.sh @@ -1063,7 +1063,7 @@ if [ "$nostart" = "" ]; then echo " - DateTime, DateTime::Locale, DateTime::TimeZone, Data::Dumper," echo " - Digest::MD5, Digest::SHA, Encode::Detect, File::Basename," echo " - File::Path, Net::SSLeay, Time::HiRes, Time::Local, Time::Piece," - echo " - Sys::Syslog, JSON::XS, lib, open" + echo " - Sys::Syslog, JSON::XS, lib, open, IO::Socket::INET6" echo " Packages:" echo " - openssl - Cryptography library with TLS implementation" echo " - shared-mime-info - Shared MIME information database"