removed wpagui
This commit is contained in:
parent
c5e2cb0278
commit
d29e760706
|
|
@ -108,7 +108,6 @@ function install_pkg() {
|
|||
network-manager \
|
||||
net-tools \
|
||||
iw \
|
||||
wpagui \
|
||||
locales \
|
||||
grub-common \
|
||||
grub-gfxpayload-lists \
|
||||
|
|
|
|||
|
|
@ -113,6 +113,7 @@ function install_firewall() {
|
|||
apt-get install -y \
|
||||
plasma-firewall \
|
||||
ufw
|
||||
systemctl enable ufw.service
|
||||
}
|
||||
|
||||
function install_extras() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue