mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-13 15:24:24 +00:00
Adhere to the naming convention
This commit is contained in:
18
scripts/opensuse linux/boinc-client.setup.sh
Executable file
18
scripts/opensuse linux/boinc-client.setup.sh
Executable 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
|
||||
Reference in New Issue
Block a user