1 parent 728425e commit ddac674Copy full SHA for ddac674
1 file changed
iso_files/iso_config.sh
@@ -4,26 +4,11 @@ set -ouex pipefail
4
5
dnf autoremove -y
6
7
-# Remove a bunch of crap that isn't needed on the live iso
8
-dnf remove -y \
9
- steam \
10
- lutris \
11
- mangohud \
12
- docker \
13
- python3-tkinter \
14
- python3-pip \
15
- flatpak-builder \
16
- libvirt \
17
- libvirt-nss \
18
- virt-manager \
19
- code
20
-
21
# Disable unused systemd services
22
systemctl disable brew-setup.service
23
systemctl disable brew-upgrade.timer
24
systemctl disable brew-update.timer
25
systemctl disable rpm-ostree-automatic.timer
26
-systemctl disable flatpak-system-update.timer
27
28
# Anaconda configuration (copied from Bluefin, massive thanks to them!)
29
# Install Anaconda, Webui if >= F42
0 commit comments