9 lines
274 B
Bash
Executable File
9 lines
274 B
Bash
Executable File
#! /bin/bash
|
|
|
|
VERSION=2023.Q3.2
|
|
|
|
mkdir -p ./output
|
|
cd ./output
|
|
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
|