2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-13 07:10:49 +00:00
Comrad/script/micro_installer

14 lines
309 B
Plaintext
Raw Normal View History

2020-09-14 19:04:29 +00:00
#!/bin/bash
#
2020-09-29 13:09:56 +00:00
# Usage: bash <(curl http://comrad.app/run)
2020-09-14 19:10:19 +00:00
#
2020-09-30 16:24:58 +00:00
# Also at: https://github.com/ComradOrg/Comrad/blob/master/script/micro_installer
2020-09-14 19:04:29 +00:00
#
2020-09-30 16:24:58 +00:00
# For more info, visit: https://github.com/ComradOrg/Comrad#install
2020-09-14 19:10:19 +00:00
#
2020-09-14 19:04:29 +00:00
##
2020-09-30 16:24:58 +00:00
bash <(curl -s https://raw.githubusercontent.com/ComradOrg/Comrad/master/script/install)
2020-09-14 19:04:29 +00:00