+8
-7
@@ -5,34 +5,35 @@ Adds a USB power control entry in the moOde UI.
|
|||||||
## ✨ Features
|
## ✨ Features
|
||||||
|
|
||||||
- Toggle USB power from the web interface
|
- Toggle USB power from the web interface
|
||||||
- Visual status indicator
|
- Visual status indicator
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🚀 Quick Install (one command)
|
## 🚀 Quick Install (one command)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -L https://git.celjim.fr/jimmyGALLAND/moodeaudio-usb-control/raw/branch/master/src/install.sh | bash
|
curl -L https://git.celjim.fr/public/moodeaudio-usb-control/raw/branch/master/src/install.sh | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -L https://git.celjim.fr/jimmyGALLAND/moodeaudio-usb-control/releases/download/latest/moodeaudio-usb-control.tar.gz | tar xz && chmod +x ./install.sh && sudo ./install.sh
|
curl -L https://git.celjim.fr/public/moodeaudio-usb-control/releases/download/latest/moodeaudio-usb-control.tar.gz | tar xz && chmod +x ./install.sh && sudo ./install.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
## 🧼 Uninstall
|
## 🧼 Uninstall
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo ./uninstall.sh
|
sudo ./uninstall.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
## 🧼 Version compatibility checked
|
## 🧼 Version compatibility checked
|
||||||
|
|
||||||
10.1.2
|
10.1.2
|
||||||
9.4.1
|
9.4.1
|
||||||
|
|
||||||
## 📜 License
|
## 📜 License
|
||||||
|
|
||||||
This project is licensed under the GNU General Public License v3.0 (GPLv3).
|
This project is licensed under the GNU General Public License v3.0 (GPLv3).
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
REPO_URL="https://git.celjim.fr/jimmyGALLAND/moodeaudio-usb-control/releases/download/latest/moodeaudio-usb-control.tar.gz"
|
REPO_URL="https://git.celjim.fr/public/moodeaudio-usb-control/releases/download/latest/moodeaudio-usb-control.tar.gz"
|
||||||
|
|
||||||
TMP_DIR=$(mktemp -d)
|
TMP_DIR=$(mktemp -d)
|
||||||
ARCHIVE="$TMP_DIR/archive.tar.gz"
|
ARCHIVE="$TMP_DIR/archive.tar.gz"
|
||||||
|
|||||||
Référencer dans un nouveau ticket
Bloquer un utilisateur