Skip to content

Instantly share code, notes, and snippets.

@threeiem
Created June 2, 2021 23:46
Show Gist options
  • Save threeiem/3a8e0270d52dac6334634e9b4b6e3ea7 to your computer and use it in GitHub Desktop.
Save threeiem/3a8e0270d52dac6334634e9b4b6e3ea7 to your computer and use it in GitHub Desktop.
Fedora 22 vi update to vim
#/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