From 4395537bf7f61f44236e0c77b95d04f1d88bbb98 Mon Sep 17 00:00:00 2001 From: zhangxiaolong Date: Wed, 8 Nov 2023 10:42:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20''?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installer-launcher-for-bc-linux-arm64-7.6.sh | 10 ++++++++++ installer-launcher-for-kylin-linux-arm64-v10.sh | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 installer-launcher-for-bc-linux-arm64-7.6.sh create mode 100644 installer-launcher-for-kylin-linux-arm64-v10.sh diff --git a/installer-launcher-for-bc-linux-arm64-7.6.sh b/installer-launcher-for-bc-linux-arm64-7.6.sh new file mode 100644 index 0000000..2efd619 --- /dev/null +++ b/installer-launcher-for-bc-linux-arm64-7.6.sh @@ -0,0 +1,10 @@ +#!/bin/bash +echo -e "\033[45;30mPreprocessing installation is underway...\033[0m" +tar -xf ./module/python3.tar +mv python3 /usr/local +ln -s /usr/local/python3/bin/python3 /usr/local/bin/python3 +ln -s /usr/local/python3/bin/pip3 /usr/local/bin/pip3 +echo -e "\033[45;30mThe installation is about to begin...\033[0m" +python3 logic.py + + diff --git a/installer-launcher-for-kylin-linux-arm64-v10.sh b/installer-launcher-for-kylin-linux-arm64-v10.sh new file mode 100644 index 0000000..46b212f --- /dev/null +++ b/installer-launcher-for-kylin-linux-arm64-v10.sh @@ -0,0 +1,10 @@ +#!/bin/bash +echo -e "\033[45;30mPreprocessing installation is underway...\033[0m" +tar -xf ./module/python3.7.3.tar +mv python3.7.3 /usr/local +ln -s /usr/local/python3.7.3/bin/python3 /usr/local/bin/python373 +ln -s /usr/local/python3.7.3/bin/pip3 /usr/local/bin/pip373 +echo -e "\033[45;30mThe installation is about to begin...\033[0m" +python373 logic.py + +