2023-08-28 14:01:28 +02:00
|
|
|
#! /bin/bash
|
|
|
|
|
2023-10-29 15:15:19 +01:00
|
|
|
VERSION=2023.Q4.1
|
2023-08-28 14:01:28 +02:00
|
|
|
|
|
|
|
mkdir -p ./output
|
2023-08-28 14:26:49 +02:00
|
|
|
cd ./output
|
2023-08-28 14:28:17 +02:00
|
|
|
wget https://github.com/GPUOpen-Drivers/AMDVLK/releases/download/v-"$VERSION"/amdvlk_"$VERSION"_amd64.deb
|
|
|
|
wget https://github.com/GPUOpen-Drivers/AMDVLK/releases/download/v-"$VERSION"/amdvlk_"$VERSION"_i386.deb
|