change scut-latest.zip

This commit is contained in:
bruno 2023-07-25 23:12:04 -04:00
parent d7563152e0
commit cf0ce7e425
4 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -2,7 +2,10 @@
echo "=> Début de l'installation :"
# download scut-<date>.zip
# unzip scut-<date>.zip in ~/.config/scut/

View File

@ -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
mv scut.zip scut-latest.zip