| /alcasar.sh |
|---|
| 201,6 → 201,11 |
| else |
| # Create the archive of conf files |
| $DIR_SCRIPTS/alcasar-conf.sh --create |
| # avoid lack of local DNS resolution when unbound is updated (alcasar <= V5.3) |
| local_unbound_unit=`ls /etc/systemd/system/unbound* 2>/dev/null | wc -w` |
| if [ $local_unbound_unit -ne 4 ]; then |
| cp -f /lib/systemd/system/unbound*.service /etc/systemd/system/ |
| fi |
| mode="update" |
| fi |
| fi |
| /scripts/alcasar-rpm.sh |
|---|
| 18,7 → 18,7 |
| # "lsscsi" & nvme-cli" : needed by phpsysinfo |
| # "socat" : avoid a warning when run the install script of letsencrypt ("acme.sh") |
| # "sudo" : needed after a reinstallation (to be investigated) |
| # "clamav + clamav-db" : needes because of a mutual dependance |
| # "clamav + clamav-db" : needed because of a lack of mutual dependance |
| PACKAGES="vim-enhanced freeradius freeradius-mysql freeradius-ldap lighttpd lighttpd-mod_auth php-fpm php-gd php-ldap php-mysqli php-mbstring php-sockets php-curl php-pdo_sqlite php-cli unbound e2guardian postfix mariadb ntp bind-utils openssh-server rng-utils rsync clamav clamav-db clamd fail2ban gnupg2 ulogd pm-fallback-policy ipset usb_modeswitch vnstat dos2unix p7zip msec kernel-userspace-headers kernel-firmware-nonfree dnsmasq dhcp-server tcpdump fonts-dejavu-common fonts-ttf-dejavu lsscsi nvme-cli sudo socat" |
| rpm_repository_sync () |