diff --git a/.fedora/bootstrap.sh b/.fedora/bootstrap.sh index 95a46fc8..4b49e52f 100755 --- a/.fedora/bootstrap.sh +++ b/.fedora/bootstrap.sh @@ -19,6 +19,9 @@ sudo -n dnf install -y make fedpkg # Run make make +# Revoke privileges +sudo -K + # Install dotfiles make -C .. @@ -27,6 +30,3 @@ wal --theme base16-tomorrow-night # Run vim for the first time (i.e. install plugins and exit) nvim - -# Revoke privileges -sudo -K