Adhere to the naming convention

This commit is contained in:
Michele Cereda
2022-04-27 18:22:52 +02:00
parent 3f12e20b1c
commit 5ebc8d15be
22 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
#!/usr/bin/env sh
sudo zypper install --no-confirm \
boinc-client \
boinc-manager
sudo usermod --append --groups boinc mek
# stop computation when user active
xhost +SI:localuser:boinc
# virtualbox integration
command VBoxManage --version >/dev/null && sudo usermod --append --groups vboxusers boinc
# amdgpu integration
# https://en.opensuse.org/SDB:AMDGPU
# https://amdgpu-install.readthedocs.io/en/latest/install-installing.html
amdgpu-install --usecase=workstation --opencl=rocr