mirror of
https://github.com/9001/copyparty.git
synced 2025-11-03 05:23:31 +00:00
v1.9.8
This commit is contained in:
@@ -205,9 +205,9 @@ necho() {
|
||||
mv {markupsafe,jinja2} j2/
|
||||
|
||||
necho collecting pyftpdlib
|
||||
f="../build/pyftpdlib-1.5.7.tar.gz"
|
||||
f="../build/pyftpdlib-1.5.8.tar.gz"
|
||||
[ -e "$f" ] ||
|
||||
(url=https://github.com/giampaolo/pyftpdlib/archive/refs/tags/release-1.5.7.tar.gz;
|
||||
(url=https://github.com/giampaolo/pyftpdlib/archive/refs/tags/release-1.5.8.tar.gz;
|
||||
wget -O$f "$url" || curl -L "$url" >$f)
|
||||
|
||||
tar -zxf $f
|
||||
|
||||
Reference in New Issue
Block a user