6 lines
32 B
Bash
Executable File
6 lines
32 B
Bash
Executable File
#!/bin/ash
|
|
|
|
opkg update
|
|
|
|
exit 0
|