blog_tech/static/assets/projets-oc/p06/BENE_Mael_gpo_installflux.bat

9 lines
319 B
Batchfile
Raw Normal View History

@echo off
REM V<>rification de l'utilisateur
if "%username%"=="agarcia" (
echo Installation de flux-setup.exe pour %username%
winget install -e --id flux.flux --silent --accept-package-agreements --accept-source-agreements
) else (
echo Installation non applicable pour cet utilisateur.
exit /b
)