Atualizar lab-redes/conf-runonsave.sh
This commit is contained in:
parent
9e59e8a1af
commit
98f6c74f6e
|
@ -1,4 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
rm -rf ~/.config/Code/ ~/.vscode/
|
||||||
|
|
||||||
extensoes=(
|
extensoes=(
|
||||||
emeraldwalk.runonsave
|
emeraldwalk.runonsave
|
||||||
ms-python.debugpy
|
ms-python.debugpy
|
||||||
|
@ -19,9 +22,10 @@ cat <<EOF > ~/.config/Code/User/settings.json
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cd /tmp && \
|
mkdir "/tmp/${USER}" &&
|
||||||
|
cd "/tmp/${USER}" && \
|
||||||
curl -O https://gilito.com.pt/ci/emeraldwalk.runonsave-0.2.7.zip && \
|
curl -O https://gilito.com.pt/ci/emeraldwalk.runonsave-0.2.7.zip && \
|
||||||
unzip -o emeraldwalk.runonsave-0.2.7.zip && \
|
unzip -o emeraldwalk.runonsave-0.2.7.zip && \
|
||||||
cd ~/.vscode/extensions/ && \
|
cd ~/.vscode/extensions/ && \
|
||||||
rm -rf emeraldwalk.runonsave-0.2.7 && \
|
rm -rf emeraldwalk.runonsave-0.2.7 && \
|
||||||
mv /tmp/emeraldwalk.runonsave-0.2.7 .
|
mv "/tmp/${USER}emeraldwalk.runonsave-0.2.7" .
|
||||||
|
|
Loading…
Reference in New Issue