Added the speedtest

Signed-off-by: Marcin Woźniak <marcin.wozniak@wundermanthompson.com>
This commit is contained in:
Marcin Woźniak 2023-10-05 09:19:06 +02:00 committed by Marcin Woźniak
parent d085e9ce1d
commit d4b5a3282f
1 changed files with 6 additions and 0 deletions

View File

@ -222,6 +222,11 @@ function update() {
}
function install_speedtest() {
# Install speedtest-cli
pip3 install speedtest-cli $PIPEXTPRE
}
function main() {
command_start update_pip
command_start install_neovim_module_for_python
@ -244,6 +249,7 @@ function main() {
command_start install_ytdlp
command_start install_spotifydl
command_start install_awscli
command_start install_speedtest
command_start update
}