Updates for work laptop.
This commit is contained in:
parent
01e9d3eb19
commit
d114bb36b0
31 changed files with 3996 additions and 44 deletions
3
etc/dhcpcd.exit-hook
Executable file
3
etc/dhcpcd.exit-hook
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
[ "$interface" = "enp0s20f0u4c2" ] && [ "$reason" = "INFORM" ] && /usr/sbin/ip a add 172.16.246.254/24 dev "$interface"
|
||||
Loading…
Add table
Add a link
Reference in a new issue