Skip to content

Commit

Permalink
update hugo.sh:v0.120.4,vscode.sh:1a5da
Browse files Browse the repository at this point in the history
  • Loading branch information
zqb7 committed Nov 9, 2023
1 parent 6a6ba3d commit 985b194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hugo.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION="v0.120.3"
VERSION="v0.120.4"

if [ -n "$1" ];then
VERSION=$1
Expand Down
2 changes: 1 addition & 1 deletion vscode.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

fileUrl="https://vscode.cdn.azure.cn/stable/2b35e1e6d88f1ce073683991d1eff5284a32690f/code-stable-x64-1699274141.tar.gz"
fileUrl="https://vscode.cdn.azure.cn/stable/1a5daa3a0231a0fbba4f14db7ec463cf99d7768e/code-stable-x64-1699527057.tar.gz"
fileName=`echo $fileUrl|awk -F "/" '{print $NF}'`

_main() {
Expand Down

0 comments on commit 985b194

Please sign in to comment.