You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Comrad/script/micro_installer

14 lines
307 B
Bash

#!/bin/bash
#
# Usage: bash <(curl http://komrade.app/run)
#
# Also at: https://github.com/Komrade/Komrade/blob/master/script/micro_installer
#
# For more info, visit: https://github.com/Komrade/Komrade#install
#
##
bash <(curl -s https://raw.githubusercontent.com/Komrade/Komrade/master/script/install)