removed wpagui

This commit is contained in:
Pol Kaulfield 2025-05-17 17:53:11 -04:00
parent c5e2cb0278
commit d29e760706
2 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,6 @@ function install_pkg() {
network-manager \ network-manager \
net-tools \ net-tools \
iw \ iw \
wpagui \
locales \ locales \
grub-common \ grub-common \
grub-gfxpayload-lists \ grub-gfxpayload-lists \

View File

@ -113,6 +113,7 @@ function install_firewall() {
apt-get install -y \ apt-get install -y \
plasma-firewall \ plasma-firewall \
ufw ufw
systemctl enable ufw.service
} }
function install_extras() { function install_extras() {