Improve marke-archive script
This commit is contained in:
parent
fa5bda49db
commit
60fe7a4a17
@ -6,14 +6,15 @@ APP="miniflux"
|
|||||||
cd /tmp
|
cd /tmp
|
||||||
rm -rf /tmp/$APP /tmp/$APP-*.zip 2>/dev/null
|
rm -rf /tmp/$APP /tmp/$APP-*.zip 2>/dev/null
|
||||||
|
|
||||||
git clone --depth 1 git@github.com:fguillot/$APP.git
|
git clone --depth 1 https://github.com/fguillot/$APP.git
|
||||||
|
|
||||||
rm -rf $APP/data/*.sqlite \
|
rm -rf $APP/data/*.sqlite \
|
||||||
$APP/.git \
|
$APP/.git \
|
||||||
$APP/.gitignore \
|
$APP/.gitignore \
|
||||||
$APP/scripts \
|
$APP/scripts \
|
||||||
$APP/docs \
|
$APP/docs \
|
||||||
$APP/README.*
|
$APP/README.* \
|
||||||
|
$APP/Dockerfile
|
||||||
|
|
||||||
find $APP -name *.less -delete
|
find $APP -name *.less -delete
|
||||||
find $APP -name *.scss -delete
|
find $APP -name *.scss -delete
|
||||||
|
Loading…
Reference in New Issue
Block a user