mirror of https://github.com/01-edu/public.git
Xavier Petit
5 years ago
committed by
xpetit
2 changed files with 10 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||||||
|
#!/bin/bash |
||||||
|
|
||||||
|
# Install VSCode |
||||||
|
|
||||||
|
SCRIPT_DIR="$(cd -P "$(dirname "$BASH_SOURCE")" && pwd)" |
||||||
|
cd $SCRIPT_DIR |
||||||
|
. set.sh |
||||||
|
|
||||||
|
apt-get -y install libreoffice |
Loading…
Reference in new issue