Last active
July 25, 2020 16:09
-
-
Save hightemp/60866972082a874b48b2d7d21f961bad to your computer and use it in GitHub Desktop.
tools_install.sh
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/bash | |
sudo su - | |
echo "install micro editor" | |
cd /usr/local/bin | |
curl https://getmic.ro | bash | |
cd -1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment