X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=postinst-setup-fedora;h=5cbf68f835e1d8b40299557f99d26fc711a40580;hp=86017022c2e747d93e416323275a184395768a1b;hb=1ca6404b21d77ccd8072046729b48daed2fce83b;hpb=32e9972259b89d5b4e779e01ade95c7a6dc2ee5f diff --git a/postinst-setup-fedora b/postinst-setup-fedora index 8601702..5cbf68f 100755 --- a/postinst-setup-fedora +++ b/postinst-setup-fedora @@ -6,8 +6,9 @@ if ! type offlineimap >/dev/null 2>&1; then dnf remove -y mdadm mlocate nano rsyslog sssd telnet trousers rxvt-unicode abrt plymouth linux-atm-libs quota realmd selinux-policy audit || true # install stuff that we do want - dnf install -y iwl6000g2a-firmware NetworkManager-wifi \ + dnf install -y iwl6000g2a-firmware NetworkManager-wifi dnsmasq \ sudo ecryptfs-utils vim-enhanced iwl6000g2a-firmware \ + dnf-utils bash-completion \ xorg-x11-server-Xorg xorg-x11-drv-libinput xorg-x11-drv-intel \ mesa-dri-drivers lxrandr \ dejavu-sans-fonts dejavu-serif-fonts dejavu-sans-mono-fonts \ @@ -24,7 +25,7 @@ if ! type offlineimap >/dev/null 2>&1; then offlineimap gnome-keyring pinentry-gnome3 \ postfix duplicity systemd-container gnome-disk-utility powertop \ git gtimelog libappindicator-gtk3 \ - schroot mock \ + schroot mock apt-cacher-ng \ # codecs dnf install -y http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm @@ -56,6 +57,7 @@ setenforce 0 || true rm -f /etc/systemd/system/default.target systemctl set-default graphical.target +systemctl enable --now apt-cacher-ng # create user if ! getent passwd martin >/dev/null; then