- Add all project documentation pages in French and English - Include PDF viewers for presentations and documents (P10, P12) - Add collapsible sections for scripts and logs (P10) - Add static assets for all projects - Update sidebars with new projets-openclassrooms category - Add npm start:en script for testing English locale
9 lines
No EOL
319 B
Batchfile
9 lines
No EOL
319 B
Batchfile
@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
|
|
) |