fetsh.sh: swap the host

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2024-05-07 22:59:55 +03:00
parent e873ca9b7d
commit 6aac635e57

View file

@ -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