forked from obel1x/fedora-OEMDRV
Test install.sh
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ If you are on another fork or branch and you want to test your changes, do:
|
||||
```bash
|
||||
export REPO_URL="https://yourgitserver.tld/.../fedora-OEMDRV.git"
|
||||
export REPO_BRANCH="anotherbranch"
|
||||
curl -fsSL ${REPO_URL%.git}/raw/branch/${REPO_BRANCH}/system_setup/install.sh -o /tmp/install.sh
|
||||
curl -fsSL ${REPO_URL%.git}/raw/branch/${REPO_BRANCH:-main}/system_setup/install.sh -o /tmp/install.sh
|
||||
sudo -E bash /tmp/install.sh
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user