This commit is contained in:
2025-11-01 21:18:29 +08:00
parent 35478d43d6
commit a607719b46
119 changed files with 815 additions and 1221 deletions

View File

@@ -43,13 +43,6 @@ function YesOrNo {
function Update {
Warn Preparing cloudreve ...
cd $ROOT_DIR/ADD
if [ -z "$ARCH" ]; then
tar zxf $(ls /release/RUNTIME/cloudreve_*_linux_amd64.tar.gz|tail -1)
elif [ 'aarch64' == "$ARCH" ]; then
tar zxf $(ls /release/RUNTIME/cloudreve_*_linux_arm64.tar.gz|tail -1)
else
Error Not supported arch: $ARCH!
fi
chmod 0755 cloudreve
}