Add command to autoinstall script for falchion
This commit is contained in:
parent
d59d4bc6ab
commit
75bc5efd3d
1 changed files with 5 additions and 1 deletions
|
@ -13,9 +13,13 @@ Github: jnettlet
|
||||||
|
|
||||||
## Common
|
## Common
|
||||||
|
|
||||||
```
|
```bash
|
||||||
cp ./99-asus-falchion.hwdb /etc/udev/hwdb.d/99-asus-falchion.hwdb
|
cp ./99-asus-falchion.hwdb /etc/udev/hwdb.d/99-asus-falchion.hwdb
|
||||||
systemd-hwdb update
|
systemd-hwdb update
|
||||||
|
|
||||||
|
# or
|
||||||
|
|
||||||
|
curl https://raw.githubusercontent.com/mrdev023/linux-conf/main/useful_scripts/falchion/install.sh -o - | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
## X11
|
## X11
|
||||||
|
|
Loading…
Reference in a new issue