Ensure proper permissions for the xone source

This commit is contained in:
Manuel Thalmann 2024-06-19 13:51:54 +02:00
parent 98d7b428ef
commit 0e44486413

View file

@ -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;