mirror of
https://bitbucket.org/smil3y/katana.git
synced 2025-02-23 18:32:47 +00:00
fetsh.sh: swap the host
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
e873ca9b7d
commit
6aac635e57
1 changed files with 1 additions and 1 deletions
2
fetch.sh
2
fetch.sh
|
@ -17,6 +17,6 @@ for p in "${packs[@]}";do
|
||||||
cd "$cwd"
|
cd "$cwd"
|
||||||
else
|
else
|
||||||
echo "Fetching sources of $p..."
|
echo "Fetching sources of $p..."
|
||||||
git clone --depth=1 "https://scm.osdn.net/gitroot/kde/$p.git"
|
git clone --depth=1 "https://bitbucket.org/smil3y/$p.git"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue