mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-04 11:11:30 +00:00
🚑 Increase sleep between extension downloads
This commit is contained in:
parent
a9119c9bc5
commit
ec99f1c0b7
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ RUN \
|
|||
bsdtar --strip-components=1 -xf "/tmp/${extention}-${version}.vsix" \
|
||||
-C "/root/.code-server/extensions/${extention}-${version}" extension; \
|
||||
[ $? -ne 0 ] && exit 1; \
|
||||
sleep 90; \
|
||||
sleep 180; \
|
||||
done < /root/vscode.extensions \
|
||||
&& ls -la /root/.code-server/extensions/ \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue