Created
July 26, 2019 01:42
-
-
Save brunurd/99f238567f04304ff5899a810f2dafeb to your computer and use it in GitHub Desktop.
msys2 start script (run manually)
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
#!/bin/sh | |
# Confirm to every questions. | |
# Update pacman. | |
pacman -Syu | |
# Close the console when it ask to. | |
# After reinitialize the console: | |
pacman -Su | |
# Install git. | |
pacman -S git | |
# Install dev tools. | |
pacman -S base-devel gcc vim cmake |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment