Skip to content

Instantly share code, notes, and snippets.

@hightemp
Last active July 25, 2020 16:09
Show Gist options
  • Save hightemp/60866972082a874b48b2d7d21f961bad to your computer and use it in GitHub Desktop.
Save hightemp/60866972082a874b48b2d7d21f961bad to your computer and use it in GitHub Desktop.
tools_install.sh
#!/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