Atualizar lab-redes/conf-runonsave.sh
This commit is contained in:
@@ -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" .
|
||||||
|
|||||||
Reference in New Issue
Block a user