mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-10 23:41:27 +00:00
2020-04-30 20:54:20
This commit is contained in:
@@ -80,10 +80,6 @@ pack() {
|
||||
test ! -d ${pack_dir}/temp && mkdir -p ${pack_dir}/temp
|
||||
test ! -d ${pack_dir}/appsbin && mkdir -p ${pack_dir}/appsbin
|
||||
|
||||
rm -rf ${pack_dir}/appsbin/*
|
||||
rm -rf ${pack_dir}/temp/*
|
||||
rm -rf ${pack_dir}/appstore/*
|
||||
|
||||
cp -rf appsbin/* ${pack_dir}/appsbin/
|
||||
cp -rf temp/* ${pack_dir}/temp/
|
||||
cp -rf install.sh ${pack_dir}/
|
||||
|
||||
Reference in New Issue
Block a user