renamed mirall into owncloudclient
This commit is contained in:
parent
746348c5e7
commit
19aa57ea37
1 changed files with 3 additions and 3 deletions
|
@ -28,11 +28,11 @@ mkdir -p $PKG
|
||||||
# mise en place
|
# mise en place
|
||||||
cd $TMP
|
cd $TMP
|
||||||
if [ "x$STABLE" == "xYES" ]; then
|
if [ "x$STABLE" == "xYES" ]; then
|
||||||
wget -c https://download.owncloud.com/desktop/stable/$PRGNAM-$VERSION.tar.bz2 -O $CWD/$PRGNAM-$VERSION.tar.bz2
|
wget -c https://download.owncloud.com/desktop/stable/$PRGNAM-$VERSION.tar.xz -O $CWD/$PRGNAM-$VERSION.tar.xz
|
||||||
tar xf $CWD/$PRGNAM-$VERSION.tar.bz2
|
tar xf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||||
else
|
else
|
||||||
if [ ! -e $REPOSITORY ]; then
|
if [ ! -e $REPOSITORY ]; then
|
||||||
git clone https://github.com/owncloud/mirall.git $REPOSITORY
|
git clone https://github.com/owncloud/client.git $REPOSITORY
|
||||||
else
|
else
|
||||||
( cd $REPOSITORY
|
( cd $REPOSITORY
|
||||||
git pull
|
git pull
|
Loading…
Add table
Reference in a new issue