diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-11-27 13:40:25 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-27 13:41:15 -0800 |
commit | 6b396c45bc00705421e3241cf7004701f5b4a93e (patch) | |
tree | 0844e9247f96f203ffcdb1aa9ac23d82552de0a9 /scripts | |
parent | 8d2bc595c73f4a08ea80ddc661c99c6bb2c55358 (diff) | |
download | subsurface-6b396c45bc00705421e3241cf7004701f5b4a93e.tar.gz |
Clone breeze icons from GitHub
anongit.kde.org appears to have problems.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mobilecomponents.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh index b912f1805..8951a3e62 100755 --- a/scripts/mobilecomponents.sh +++ b/scripts/mobilecomponents.sh @@ -37,7 +37,7 @@ if [ "$NOPULL" = "" ] ; then popd fi if [ ! -d breeze-icons ] ; then - git clone git://anongit.kde.org/breeze-icons + git clone https://github.com/kde/breeze-icons fi if [ "$NOPULL" = "" ] ; then pushd breeze-icons |