You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/install-guides/armpl.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,9 +150,8 @@ Add the Arm Performance Libraries `apt` package repository to your system:
150
150
```bash
151
151
sudo apt update
152
152
. /etc/os-release
153
-
curl
154
-
"https://developer.arm.com/packages/arm-toolchains:${NAME}-${VERSION_ID/%.*/}/${VERSION_CODENAME}/Release.key"| sudo tee /etc/apt/trusted.gpg.d/developer-arm-com.asc
155
-
echo"deb https://developer.arm.com/packages/arm-toolchains:${NAME}-${VERSION_ID/%.*/}/${VERSION_CODENAME}/ ./"| sudo tee /etc/apt/sources.list.d/developer-arm-com.list
153
+
curl https://developer.arm.com/packages/arm-toolchains:$ID-${VERSION_ID%%.*}/$VERSION_CODENAME/Release.key | sudo tee /etc/apt/trusted.gpg.d/developer-arm-com.asc
154
+
echo"deb https://developer.arm.com/packages/arm-toolchains:$ID-${VERSION_ID%%.*}/$VERSION_CODENAME/ ./"| sudo tee /etc/apt/sources.list.d/developer-arm-com.list
0 commit comments