mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-12 21:10:21 +03:00
--progress=bar:force doesn't display in dialog so remove :force
This commit is contained in:
parent
92007382e1
commit
995d38f6da
@ -740,7 +740,7 @@ if [ ! -e $PKGPATH/$SRCNAME ]; then
|
||||
ln -s $SRCDIR/$SRCNAME $LOCALREPO/$SLACKVER/$PKGPATH/$SRCNAME
|
||||
else
|
||||
cd $SRCDIR
|
||||
wget -t 5 -T 10 --progress=bar:force $DOWNLOAD || rm -rf $TMP/sbopkg_build.lck
|
||||
wget -t 5 -T 10 --progress=bar $DOWNLOAD || rm -rf $TMP/sbopkg_build.lck
|
||||
cd -
|
||||
ln -s $SRCDIR/$SRCNAME $LOCALREPO/$SLACKVER/$PKGPATH/$SRCNAME
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user