Created
June 2, 2021 23:46
-
-
Save threeiem/3a8e0270d52dac6334634e9b4b6e3ea7 to your computer and use it in GitHub Desktop.
Fedora 22 vi update to vim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/usr/bin/env bash | |
set -euo pipefail | |
IFS=$'\n\t' | |
# Update vim-minimal.(deps tied to man pages, etc. fixed) | |
dnf clean all | |
dnf update -v --debugsolver vim-minimal -y | |
dnf install vim -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment