removed wpagui
This commit is contained in:
parent
c5e2cb0278
commit
d29e760706
|
|
@ -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 \
|
||||||
|
|
|
||||||
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue