mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-01 16:09:23 +01:00
7 lines
249 B
Plaintext
7 lines
249 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
cd /usr/local/bin
|
||
|
curl 755 https://gist.githubusercontent.com/Mkaysi/a6d3c4b035259a2f7c6c/raw/multibit
|
||
|
chmod +x multibit
|
||
|
curl -LO https://gist.githubusercontent.com/Mkaysi/a6d3c4b035259a2f7c6c/raw/multidoge
|
||
|
chmod 755 multidoge
|
||
|
cd
|