diff --git a/src/setup.sh b/src/setup.sh index cff3b4a..499f8bc 100755 --- a/src/setup.sh +++ b/src/setup.sh @@ -6,6 +6,7 @@ apt-get upgrade -y # setup apps apt-get install htop \ + wget \ curl \ cpufrequtils -y @@ -71,4 +72,4 @@ chmod -x /root/setup.sh.done echo "done :)" # reboot -exit 0 \ No newline at end of file +exit 0