Skip to content

Commit 6a8c789

Browse files
author
Rafael Sene
authored
Update install_docker.sh
1 parent be052ef commit 6a8c789

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

install_docker.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@ apt-key fingerprint 0EBFCD88
4343
ARCH=$(uname -m)
4444

4545
if [ "$ARCH" == "ppc64le" ]; then
46-
add-apt-repository \
47-
"deb [arch=ppc64el] https://download.docker.com/linux/ubuntu \
48-
$(lsb_release -cs) \
49-
stable"
46+
echo "deb https://oplab9.parqtec.unicamp.br/pub/repository/debian/ ./" >> /etc/apt/sources.list
47+
wget https://oplab9.parqtec.unicamp.br/pub/key/openpower-gpgkey-public.asc
48+
apt-key add openpower-gpgkey-public.asc
5049
fi
5150

5251
if [ "$ARCH" == "amd64" ] || [ "$ARCH" == "x86_64" ]; then

0 commit comments

Comments
 (0)