change scut-latest.zip
This commit is contained in:
parent
d7563152e0
commit
cf0ce7e425
@ -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.
|
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
|
## Configuration
|
||||||
|
@ -2,7 +2,10 @@
|
|||||||
|
|
||||||
echo "=> Début de l'installation :"
|
echo "=> Début de l'installation :"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# download scut-<date>.zip
|
# download scut-<date>.zip
|
||||||
|
|
||||||
|
|
||||||
# unzip scut-<date>.zip in ~/.config/scut/
|
# unzip scut-<date>.zip in ~/.config/scut/
|
||||||
|
|
||||||
|
@ -7,4 +7,4 @@ go build scut.go
|
|||||||
zip -r scut.zip scut README.md configuration
|
zip -r scut.zip scut README.md configuration
|
||||||
|
|
||||||
# Renommer l'archive
|
# Renommer l'archive
|
||||||
mv scut.zip scut-$(date +%Y%m%d).zip
|
mv scut.zip scut-latest.zip
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user