Ensure proper permissions for the xone
source
This commit is contained in:
parent
192e0adc00
commit
c099159759
1 changed files with 1 additions and 1 deletions
|
@ -10,8 +10,8 @@ if ! dkms status --all | grep xone > /dev/null;
|
|||
then
|
||||
git clone "$repo" "$contextRoot";
|
||||
sudo ./install.sh --release;
|
||||
sudo chmod -R a+rx /usr/src/xone*;
|
||||
yes "" | sudo xone-get-firmware.sh;
|
||||
fi;
|
||||
|
||||
popd > /dev/null;
|
||||
rm -rf "$contextRoot" > /dev/null;
|
||||
|
|
Loading…
Reference in a new issue