4 lines
77 B
Bash
4 lines
77 B
Bash
|
#!/bin/bash
|
||
|
yes | sudo xow-get-firmware.sh;
|
||
|
sudo systemctl enable --now xow;
|