From 56694a1e73a5c91df075fa3307bdd40a9d1e520f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Sat, 26 Sep 2015 14:43:03 -0300 Subject: import changes from repo --- abslibre | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'abslibre') diff --git a/abslibre b/abslibre index 6b21d24..72171f1 100755 --- a/abslibre +++ b/abslibre @@ -52,13 +52,8 @@ function get_blacklist() { function sync_abs_libre() { # Clone ABSLibre git repo - if [ -d /tmp/abslibre/.git ]; then - pushd /tmp/abslibre >/dev/null 2>&1 - git pull - popd >/dev/null 2>&1 - else - git clone "$ABSGIT" /tmp/abslibre - fi + rm -rf /tmp/abslibre + git clone "$ABSGIT" /tmp/abslibre # Sync from ABS and then sync from ABSLibre printf ":: Syncing ABSLibre...\t" -- cgit v1.2.3-2-g168b