diff --git a/README.md b/README.md index 6ebb462..471b064 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ scut -a "Visual Studio Code" // Affiche liste des raccourcis de vscode Téléchargez le fichier binaire pour votre plateforme à partir de la section Releases. ``` -curl -s https://git.bcmaison.cf/Outils/scut-reminder/src/branch/main/install.sh | bash -s +curl -s https://git.bcmaison.cf/Outils/scut-reminder/raw/branch/main/install.sh | sh -s ``` ## Configuration diff --git a/install.sh b/install.sh index 7ed419e..c49664d 100644 --- a/install.sh +++ b/install.sh @@ -2,7 +2,10 @@ echo "=> Début de l'installation :" + + # download scut-.zip + # unzip scut-.zip in ~/.config/scut/ diff --git a/package.sh b/package.sh index 062ab70..6a0bf72 100755 --- a/package.sh +++ b/package.sh @@ -7,4 +7,4 @@ go build scut.go zip -r scut.zip scut README.md configuration # Renommer l'archive -mv scut.zip scut-$(date +%Y%m%d).zip \ No newline at end of file +mv scut.zip scut-latest.zip \ No newline at end of file diff --git a/scut-20230725.zip b/scut-latest.zip similarity index 99% rename from scut-20230725.zip rename to scut-latest.zip index 162e214..bc4435e 100644 Binary files a/scut-20230725.zip and b/scut-latest.zip differ