From a49295f492065e876e34015c96811037f44e2c9f Mon Sep 17 00:00:00 2001 From: Jimmy GALLAND Date: Mon, 27 Apr 2026 20:36:18 +0200 Subject: [PATCH] change repo --- README.md | 15 ++++++++------- install.sh | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index aec7075..cd77c42 100644 --- a/README.md +++ b/README.md @@ -5,34 +5,35 @@ Adds a USB power control entry in the moOde UI. ## โœจ Features - Toggle USB power from the web interface -- Visual status indicator +- Visual status indicator --- ## ๐Ÿš€ 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 ```bash sudo ./uninstall.sh -``` +``` -## ๐Ÿงผ Version compatibility checked +## ๐Ÿงผ Version compatibility checked 10.1.2 -9.4.1 +9.4.1 ## ๐Ÿ“œ License This project is licensed under the GNU General Public License v3.0 (GPLv3). -![License](https://img.shields.io/badge/license-GPLv3-blue.svg) \ No newline at end of file +![License](https://img.shields.io/badge/license-GPLv3-blue.svg) diff --git a/install.sh b/install.sh index 834fa8e..c30e140 100644 --- a/install.sh +++ b/install.sh @@ -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"