-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdnf-base.sh
executable file
·38 lines (38 loc) · 1.26 KB
/
dnf-base.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#!/bin/bash
sudo dnf install \
xorg-x11-drv-amdgpu \
nano \
plasma-desktop \
sddm \
sddm-breeze \
ark \
dolphin \
konsole \
kwrite \
fcitx \
fcitx-qt5 \
fcitx-kkc \
kcm-fcitx \
httpd \
ufw \
firefox \
gcc-c++ \
texinfo \
patch \
m4 \
bison \
byacc \
tar \
make \
kde-partitionmanager \
wget
sudo dnf remove plasma-browser-integration
echo "settings"
sudo ufw enable
sudo ufw deny SSH
sudo ufw allow 80
sudo systemctl enable ufw.service
sudo systemctl enable httpd.service
sudo systemctl enable sddm.service
sudo systemctl set-default graphical.target
sudo setenforce Permissive