Delete build/40-steam.sh

This commit is contained in:
humocs-man
2026-05-03 20:04:41 +02:00
committed by GitHub
parent fe7696e8cc
commit e3621866eb
-18
View File
@@ -1,18 +0,0 @@
#!/usr/bin/bash
set -eoux pipefail
###############################################################################
# Transaction 3: Steam (i686 dependencies)
# Getrennt, da Architektur-Wechsel (i686) oft eigene Transaktionen erfordern.
###############################################################################
echo "Installing Steam and i686 libraries..."
dnf5 install -y \
steam \
--allowerasing
# --- 2. Die sofortige Bereinigung (WICHTIG!) ---
echo "Cleaning up this layer..."
dnf5 clean all || true
dnf5 autoremove -y || true
rm -rf /tmp/* /var/tmp/* || true