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
309 B
Bash

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