This commit is contained in:
amaury
2024-06-07 09:36:13 +02:00
commit c249c22287
2 changed files with 47 additions and 0 deletions

15
.devcontainer/install-tools.sh Executable file
View File

@@ -0,0 +1,15 @@
#!/bin/bash
# Update package lists
apt update
# Install Git
# apt install -y git
tlmgr install preprint
# installation de grammalecte
apt install python3 unzip -y
mkdir /root/.grammalecte
cd /root/.grammalecte
wget https://grammalecte.net/zip/Grammalecte-fr-v2.1.1.zip
unzip Grammalecte-fr-v2.1.1.zip