Use profiles from gitlab.manjaro.org instead of gitlab.com/Strit

This commit is contained in:
Dan Johansen 2020-01-19 13:40:55 +01:00
parent ebe745e358
commit 0f23a7333a
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ getarmprofiles () {
mkdir -p $TMPDIR
chmod 777 $TMPDIR
cd $TMPDIR
git clone https://gitlab.com/Strit/arm-profiles.git 1> /dev/null 2>&1
git clone https://gitlab.manjaro.org/manjaro-arm/applications/arm-profiles.git 1> /dev/null 2>&1
fi
}