mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
exclude 'icons/' for steamos
This commit is contained in:
parent
a713032d37
commit
16d97db2b7
@ -6,7 +6,7 @@ function sync_steamos() {
|
||||
|
||||
[ ! -d "$repo_dir" ] && mkdir -p "$repo_dir"
|
||||
cd $repo_dir
|
||||
lftp "${repo_url}/" -e "mirror --verbose -P 5 --delete --only-newer; bye"
|
||||
lftp "${repo_url}/" -e "mirror --verbose --exclude icons/ -P 5 --delete --only-newer; bye"
|
||||
}
|
||||
|
||||
BASE_URL=${TUNASYNC_UPSTREAM_URL:-"http://repo.steampowered.com"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user