4 lines
78 B
Bash
4 lines
78 B
Bash
|
#!/bin/sh
|
||
|
echo ubuntu distro uci script
|
||
|
apt-get update
|
||
|
apt-get install wget -y
|