From 12d3483f9fa8671a85deca9bf446bde645c5f947 Mon Sep 17 00:00:00 2001
From: 李耀辉 <liyh@shiyi.tv>
Date: 星期一, 19 七月 2021 14:20:36 +0800
Subject: [PATCH] 修改#2800的图纸,新增1个孔位。 修改#2801的效果图,新增jpg格式。

---
 ms.conf                                 |    3 ++-
 new.txt                                 |    2 +-
 Coding/verysync-installer/go-install.sh |   51 ---------------------------------------------------
 3 files changed, 3 insertions(+), 53 deletions(-)

diff --git a/Coding/verysync-installer/go-install.sh b/Coding/verysync-installer/go-install.sh
index d4c74b7..e69de29 100644
--- a/Coding/verysync-installer/go-install.sh
+++ b/Coding/verysync-installer/go-install.sh
@@ -1,51 +0,0 @@
-#!/bin/bash
-VERSION=1.0
-TARFILE=verysync-linux-installer-${VERSION}.tar
-TARURL=http://www.verysync.com/shell/verysync-linux-installer/$TARFILE
-
-CURL=`command -v curl  2>/dev/null`
-WGET=`command -v wget  2>/dev/null`
-
-#######color code########
-RED="31m"      # Error message
-GREEN="32m"    # Success message
-YELLOW="33m"   # Warning message
-BLUE="36m"     # Info message
-
-colorEcho(){
-    COLOR=$1
-    echo -e "\033[${COLOR}${@:2}\033[0m"
-}
-
-if [[ "$CURL" == "" && "$WGET" == "" ]]; then
-	colorEcho ${RED} "Did not find the wget or curl command"
-	exit 1;
-fi
-
-
-if [[ "$CURL" == "" ]]; then
-	CURL="$WGET -k -O-"
-else
-	CURL="$CURL --connect-timeout 10 -k"
-fi
-
-
-colorEcho $GREEN "Downloading from $TARURL"
-$CURL $TARURL > $TARFILE
-if [[ $? -ne 0 ]]; then
-    colorEcho ${RED} "Failed to fetch $TARURL Please check your network or try again."
-    exit 3
-fi
-
-colorEcho $GREEN "Extracting installer"
-
-mkdir -p verysync-installer
-cd verysync-installer && tar xf "../$TARFILE"
-if [[ $? -ne 0 ]]; then
-	colorEcho ${RED} "Failed to extract verysync-installer."
-	exit 4
-fi
-
-colorEcho $GREEN "Processing ..."
-./go-inst.sh $@
-
diff --git a/ms.conf b/ms.conf
index 066a817..f825cc7 100644
--- a/ms.conf
+++ b/ms.conf
@@ -1 +1,2 @@
-1=msconfig
\ No newline at end of file
+1=msconfig
+2=鍝堝搱
\ No newline at end of file
diff --git a/new.txt b/new.txt
index 3e1267f..67e0f66 100644
--- a/new.txt
+++ b/new.txt
@@ -1 +1 @@
-this is a new file
\ No newline at end of file
+this is a new file锛�
\ No newline at end of file

--
Gitblit v1.10.0