mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-01-12 05:08:27 +08:00
update tool/ssinstall.
Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
parent
a49c35dbcb
commit
4c59762086
@ -1,4 +1,8 @@
|
||||
#!/bin/bash
|
||||
if [[ "$UID" != "0" ]];then
|
||||
pkexec "$0" "$@"
|
||||
exit
|
||||
fi
|
||||
SPARK_DOWNLOAD_SERVER_URL="https://d.spark-app.store/"
|
||||
SPARK_DOWNLOAD_SERVER_URL_NO_PROTOCOL="d.spark-app.store"
|
||||
source /opt/durapps/spark-store/bin/bashimport/transhell.amber
|
||||
|
Loading…
Reference in New Issue
Block a user