|
|
|
@ -426,14 +426,14 @@ EOF
|
|
|
|
|
%end
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
# fix dns to update ffmpeg
|
|
|
|
|
echo "nameserver 8.8.8.8" >> /etc/resolv.conf
|
|
|
|
|
# update yandex-browser multimedia
|
|
|
|
|
# /opt/yandex/browser/update-ffmpeg
|
|
|
|
|
# add flathub
|
|
|
|
|
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
|
|
|
|
# drop resolve.conf
|
|
|
|
|
rm -f /etc/resolv.conf
|
|
|
|
|
## fix dns to update ffmpeg
|
|
|
|
|
#echo "nameserver 8.8.8.8" >> /etc/resolv.conf
|
|
|
|
|
## update yandex-browser multimedia
|
|
|
|
|
## /opt/yandex/browser/update-ffmpeg
|
|
|
|
|
## add flathub
|
|
|
|
|
#flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
|
|
|
|
## drop resolve.conf
|
|
|
|
|
#rm -f /etc/resolv.conf
|
|
|
|
|
|
|
|
|
|
# fix Samba overview
|
|
|
|
|
#firewall-cmd --set-default-zone=internal
|
|
|
|
|