|
@@ -138,6 +138,7 @@ echo "Git Server done"
|
|
|
#Item6 Python packegs Library
|
|
|
step6_t1=$(date +"%S")
|
|
|
cd /home/使用者;pwd;git clone -b package --single-branch http://60.250.156.230:3000/Automatic_build_system/Automatically_install_files.git;cd Automatically_install_files/;pwd;sudo pip3 install -r requirements.txt
|
|
|
+sudo rm -rf Automatically_install_files/
|
|
|
|
|
|
step6_t2=$(date +"%S")
|
|
|
echo 'Item6 Python packegs Library 安裝時間:' $((step6_t2-step6_t1)) '秒' >>/home/使用者/test.log
|