Launch install.sh
from current dir
This commit is contained in:
parent
1409272af8
commit
17e9221d46
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ pushd "$contextRoot" > /dev/null;
|
||||||
if ! dkms status --all 2>&1 | grep xone > /dev/null;
|
if ! dkms status --all 2>&1 | grep xone > /dev/null;
|
||||||
then
|
then
|
||||||
git clone "$repo" "$contextRoot";
|
git clone "$repo" "$contextRoot";
|
||||||
sudo "$contextRoot/install.sh" --release;
|
sudo ./install.sh --release;
|
||||||
yes "" | sudo xone-get-firmware.sh;
|
yes "" | sudo xone-get-firmware.sh;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue