]> piware.de Git - bin.git/blobdiff - build-devtoolbox
Revert "build-devtoolbox: Fix broken Fedora 33 image"
[bin.git] / build-devtoolbox
index 7de0134b36599f9ba25a79232a7ea68cdc2fdfab..ff11b23215d6e63e5374504e2f45f6416b6fa8fd 100755 (executable)
@@ -19,12 +19,6 @@ toolbox run -c "$NAME" sh -exc '
 echo "${ID}-${VERSION_ID}" | sudo tee /etc/hostname
 sudo hostname -F /etc/hostname
 
 echo "${ID}-${VERSION_ID}" | sudo tee /etc/hostname
 sudo hostname -F /etc/hostname
 
-# https://github.com/containers/toolbox/issues/552
-if [ "$VERSION_ID" = 33 ]; then
-    sudo rm -f /etc/yum.repos.d/*rawhide*
-    sudo dnf config-manager --set-enabled fedora --set-enabled updates
-fi
-
 sudo dnf update -y
 
 # this just refuses to rpm -i normally
 sudo dnf update -y
 
 # this just refuses to rpm -i normally