Update install.sh

Change the time!
This commit is contained in:
Steve Zabka
2022-06-20 20:59:31 +02:00
committed by GitHub
parent c7586155a1
commit 9a679e4fa7

View File

@@ -7,7 +7,7 @@
# Author URI: https://cryinkfly.com #
# License: MIT #
# Copyright (c) 2020-2022 #
# Time/Date: 20:05/20.06.2022 #
# Time/Date: 21:00/20.06.2022 #
# Version: 1.8.1 #
####################################################################################################
@@ -375,7 +375,7 @@ function SP_FUSION360_INSTALL_START_1 {
# Stop Fusion360installer.exe - Part 1
function SP_FUSION360_INSTALL_STOP_1 {
sleep 3m
sleep 10m
kill -9 $(ps aux |grep -i '\.exe' |awk '{print $2}'|tr '\n' ' ')
}
@@ -386,7 +386,7 @@ function SP_FUSION360_INSTALL_START_2 {
# Stop Fusion360installer.exe - Part 2
function SP_FUSION360_INSTALL_STOP_2 {
sleep 1m
sleep 3m
kill -9 $(ps aux |grep -i '\.exe' |awk '{print $2}'|tr '\n' ' ')
}
@@ -399,7 +399,7 @@ function SP_FUSION360_INSTALL_REFRESH_START_1 {
# Stop Fusion360installer.exe - Part 1 (Refresh)
function SP_FUSION360_INSTALL_REFRESH_STOP_1 {
sleep 3m
sleep 10m
kill -9 $(ps aux |grep -i '\.exe' |awk '{print $2}'|tr '\n' ' ')
}
@@ -410,7 +410,7 @@ function SP_FUSION360_INSTALL_REFRESH_START_2 {
# Stop Fusion360installer.exe - Part 2 (Refresh)
function SP_FUSION360_INSTALL_REFRESH_STOP_2 {
sleep 1m
sleep 3m
kill -9 $(ps aux |grep -i '\.exe' |awk '{print $2}'|tr '\n' ' ')
}