mglidden / getmic.ro

The fastest way to install Micro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getmic.ro

The fastest way to install Micro

curl https://getmic.ro | bash

This script will install micro to the directory you're in. To install somewhere else (e.g. /usr/local/bin), cd there and make sure you can write to that directory, e.g. cd /usr/local/bin; curl https://getmic.ro | sudo bash

To verify the script, you can download it and checksum it. The sha256 checksum is 5aa119d87d378d5f25cfe73783b4ee2763ec3c49490b29573d22d52bab89b16f.

curl -o getmicro.sh https://getmic.ro
shasum -a 256 getmicro.sh # and check the output
bash getmicro.sh

Acknowledgments:

About

The fastest way to install Micro

License:MIT License


Languages

Language:Shell 100.0%