mirror of
https://github.com/tuna/tunasync.git
synced 2025-04-21 04:42:46 +00:00
fix i386 404 for gitlab-ce
This commit is contained in:
parent
df528c7f97
commit
92033e3717
@ -49,6 +49,8 @@ set _tilde 0
|
|||||||
EOF
|
EOF
|
||||||
for version in ${UBUNTU_VERSIONS[@]}; do
|
for version in ${UBUNTU_VERSIONS[@]}; do
|
||||||
echo "deb https://packages.gitlab.com/gitlab/gitlab-ce/ubuntu/ $version main" >> $cfg
|
echo "deb https://packages.gitlab.com/gitlab/gitlab-ce/ubuntu/ $version main" >> $cfg
|
||||||
|
echo "deb-i386 https://packages.gitlab.com/gitlab/gitlab-ce/ubuntu/ $version main" >> $cfg
|
||||||
|
echo "deb-amd64 https://packages.gitlab.com/gitlab/gitlab-ce/ubuntu/ $version main" >> $cfg
|
||||||
echo "deb-src https://packages.gitlab.com/gitlab/gitlab-ce/ubuntu/ $version main" >> $cfg
|
echo "deb-src https://packages.gitlab.com/gitlab/gitlab-ce/ubuntu/ $version main" >> $cfg
|
||||||
done
|
done
|
||||||
|
|
||||||
@ -65,6 +67,8 @@ set _tilde 0
|
|||||||
EOF
|
EOF
|
||||||
for version in ${DEBIAN_VERSIONS[@]}; do
|
for version in ${DEBIAN_VERSIONS[@]}; do
|
||||||
echo "deb https://packages.gitlab.com/gitlab/gitlab-ce/debian/ $version main" >> $cfg
|
echo "deb https://packages.gitlab.com/gitlab/gitlab-ce/debian/ $version main" >> $cfg
|
||||||
|
echo "deb-i386 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ $version main" >> $cfg
|
||||||
|
echo "deb-amd64 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ $version main" >> $cfg
|
||||||
echo "deb-src https://packages.gitlab.com/gitlab/gitlab-ce/debian/ $version main" >> $cfg
|
echo "deb-src https://packages.gitlab.com/gitlab/gitlab-ce/debian/ $version main" >> $cfg
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user