updates-from-feynman #35
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# for upstream
|
# for upstream
|
||||||
URL='https://go.microsoft.com/fwlink/?LinkId=723968'
|
URL='https://code.visualstudio.com/sha/download?build=insider&os=linux-x64'
|
||||||
|
|
||||||
# for local
|
# for local
|
||||||
# URL='https://gauss.mfocko.xyz/code-insiders.tar.gz'
|
# URL='https://gauss.mfocko.xyz/code-insiders.tar.gz'
|
||||||
|
|
||||||
# for local over VPN (also use --no-check-certificate)
|
# for local over VPN (also use --no-check-certificate)
|
||||||
# URL='https://10.0.0.2/code-insiders.tar.gz'
|
# URL='https://172.16.0.2/code-insiders.tar.gz'
|
||||||
|
|
||||||
echo ">>> Downloading";
|
echo ">>> Downloading";
|
||||||
wget $URL -O /tmp/code.tar.gz
|
wget $URL -O /tmp/code.tar.gz
|
||||||
|
|
Loading…
Reference in a new issue