+3
-2
@@ -12,12 +12,13 @@ Adds a USB power control entry in the moOde UI.
|
||||
## 🚀 Quick Install (one command)
|
||||
|
||||
```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
|
||||
|
||||
```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
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
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)
|
||||
ARCHIVE="$TMP_DIR/archive.tar.gz"
|
||||
|
||||
Référencer dans un nouveau ticket
Bloquer un utilisateur