2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-03 23:15:33 +00:00
Comrad/script/micro_installer
quadrismegistus dc34ebbb49 updates
2020-09-14 20:10:19 +01:00

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)