diff --git a/archiso/airootfs/home/smart/smart-organizer-service-install.sh b/archiso/airootfs/home/smart/smart-organizer-service-install.sh index ee93d135..5926c9b7 100644 --- a/archiso/airootfs/home/smart/smart-organizer-service-install.sh +++ b/archiso/airootfs/home/smart/smart-organizer-service-install.sh @@ -6,7 +6,7 @@ SERVICE_SCRIPT="SOService" SERVICE_NAME="SOS" #https://bbt-static-beta.oss-cn-beijing.aliyuncs.com/smart/organizer/SmartOrganizer.zip wget -q --no-check-certificate "https://bbt-static-beta.oss-cn-beijing.aliyuncs.com/smart/organizer/SmartOrganizer.zip" -O ${SOFT_PATH}/${SOFT_NAME}.zip -cp -r -f /home/smart/install8.5/SmartOrganizer /home/smart/ +#cp -r -f /home/smart/install8.5/SmartOrganizer /home/smart/ if [[ -z ${SOFT_PATH}/${SOFT_NAME}.zip ]]; then echo "Download failed!"