++ sudo
This commit is contained in:
parent
c16ccb475c
commit
81389d2446
1 changed files with 2 additions and 2 deletions
4
bin/init_ipv4_esprimo.sh
Normal file → Executable file
4
bin/init_ipv4_esprimo.sh
Normal file → Executable file
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
ip addr add 10.0.0.42/24 dev enp2s0f0
|
||||
ip link set enp2s0f0 up
|
||||
sudo ip addr add 10.0.0.42/24 dev enp2s0f0
|
||||
sudo ip link set enp2s0f0 up
|
||||
|
|
Loading…
Reference in a new issue