Skip to content

Instantly share code, notes, and snippets.

@bardware
Last active September 10, 2016 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bardware/f5c66caec1dc178e7e3d to your computer and use it in GitHub Desktop.
Save bardware/f5c66caec1dc178e7e3d to your computer and use it in GitHub Desktop.
update msys2
#!/bin/bash
# https://msys2.github.io/
# pacman --needed -Sy bash pacman pacman-mirrors msys2-runtime-devel msys2-runtime
# pacman -Syu
# https://sourceforge.net/p/msys2/wiki/MSYS2%20installation/
# Since pacman 5.0.1.6403, you can just
# Run **`pacman -Syuu`**. Follow the instructions. Repeat this step until it says there are no packages to update.
pacman -Syuu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment