diff --git a/script/micro_installer b/script/micro_installer new file mode 100644 index 0000000..6e32bb3 --- /dev/null +++ b/script/micro_installer @@ -0,0 +1,10 @@ +#!/bin/bash +# +# Usage: curl http://komrade.app/install | bash +# +# For more info, visit: https://github.com/Komrade/Komrade#install +## + + +bash <(curl -s https://raw.githubusercontent.com/Komrade/Komrade/master/script/install) +