We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be052ef commit 6a8c789Copy full SHA for 6a8c789
install_docker.sh
@@ -43,10 +43,9 @@ apt-key fingerprint 0EBFCD88
43
ARCH=$(uname -m)
44
45
if [ "$ARCH" == "ppc64le" ]; then
46
-add-apt-repository \
47
- "deb [arch=ppc64el] https://download.docker.com/linux/ubuntu \
48
- $(lsb_release -cs) \
49
- stable"
+ echo "deb https://oplab9.parqtec.unicamp.br/pub/repository/debian/ ./" >> /etc/apt/sources.list
+ wget https://oplab9.parqtec.unicamp.br/pub/key/openpower-gpgkey-public.asc
+ apt-key add openpower-gpgkey-public.asc
50
fi
51
52
if [ "$ARCH" == "amd64" ] || [ "$ARCH" == "x86_64" ]; then
0 commit comments