aboutsummarylogtreecommitdiffstats
path: root/GET-DEBS-AMF.sh
diff options
context:
space:
mode:
authorKhaled Nakchbandi2022-03-04 09:05:33 +0200
committerKhaled Nakchbandi2022-03-04 09:05:33 +0200
commit0cd6c19f4b55e226be7c0ea20750e58815d4c4b5 (patch)
treea73220f42ab162f22f9c19bebe67c6a249ac5ac9 /GET-DEBS-AMF.sh
parent96c2c76558d2c9cbc46e3473d6a8f0578c9c2043 (diff)
downloadaur-0cd6c19f4b55e226be7c0ea20750e58815d4c4b5.tar.gz
fixed a lot of bugs in the script
Diffstat (limited to 'GET-DEBS-AMF.sh')
-rw-r--r--GET-DEBS-AMF.sh22
1 files changed, 22 insertions, 0 deletions
diff --git a/GET-DEBS-AMF.sh b/GET-DEBS-AMF.sh
new file mode 100644
index 000000000000..ad65f26a489e
--- /dev/null
+++ b/GET-DEBS-AMF.sh
@@ -0,0 +1,22 @@
+
+#!/bin/bash
+
+# A script which download all required DEBS from repo.radeon.com .
+
+. ./versions
+
+### Creating Archive ###
+
+mkdir amdgpu-pro-$pkgver_base-$pkgver_build-ubuntu-$ubuntu_ver
+ARCHIVE=amdgpu-pro-$pkgver_base-$pkgver_build-ubuntu-$ubuntu_ver
+cd ${ARCHIVE}
+
+### Getting Debs ###
+
+### amf-amdgpu-pro ###
+
+wget http://repo.radeon.com/amdgpu/${pkgver_base}/ubuntu/pool/proprietary/a/amf-amdgpu-pro/amf-amdgpu-pro_${amfver_base}-${pkgver_build}_amd64.deb
+
+
+
+