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 ea9fd12 commit efec165Copy full SHA for efec165
scripts/get_sles_bins.sh
@@ -0,0 +1,8 @@
1
+
2
3
+filename=`curl https://download.opensuse.org/repositories/home:/opcm/SLE_15_SP1/x86_64/ -s | sed -n 's/.*\(pcm-0-[0-9]*\.1\.x86_64.rpm\).*/\1/p'`
4
5
+curl -L https://download.opensuse.org/repositories/home:/opcm/SLE_15_SP1/x86_64/$filename -o $filename
6
7
+rpm2cpio $filename | cpio -idmv
8
0 commit comments