mirror of
https://github.com/tuna/tunasync.git
synced 2025-04-21 04:42:46 +00:00
anaconda.sh: avoide mv -i pause
This commit is contained in:
parent
e8be9dc5ba
commit
683d4085a1
@ -78,8 +78,8 @@ for repo in ${CONDA_REPOS[@]}; do
|
||||
done
|
||||
done
|
||||
|
||||
mv "${TMP_DIR}/repodata.json" "${LOCAL_DIR}/repodata.json"
|
||||
mv "${TMP_DIR}/repodata.json.bz2" "${LOCAL_DIR}/repodata.json.bz2"
|
||||
mv -f "${TMP_DIR}/repodata.json" "${LOCAL_DIR}/repodata.json"
|
||||
mv -f "${TMP_DIR}/repodata.json.bz2" "${LOCAL_DIR}/repodata.json.bz2"
|
||||
done
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user