install wget
This commit is contained in:
parent
d0dd54b806
commit
f519110e68
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ apt-get upgrade -y
|
||||||
|
|
||||||
# setup apps
|
# setup apps
|
||||||
apt-get install htop \
|
apt-get install htop \
|
||||||
|
wget \
|
||||||
curl \
|
curl \
|
||||||
cpufrequtils -y
|
cpufrequtils -y
|
||||||
|
|
||||||
|
@ -71,4 +72,4 @@ chmod -x /root/setup.sh.done
|
||||||
echo "done :)"
|
echo "done :)"
|
||||||
|
|
||||||
# reboot
|
# reboot
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue