mirror of
https://github.com/andvikt/mega_hacs.git
synced 2025-12-08 07:34:27 +05:00
6 lines
163 B
Bash
6 lines
163 B
Bash
#!/bin/bash
|
|
git clone https://github.com/andvikt/mega_hacs.git
|
|
mkdir custom_components
|
|
cp mega_hacs/custom_components/mega custom_components/mega
|
|
rm -fR mega_hacs
|