Added the speedtest
Signed-off-by: Marcin Woźniak <marcin.wozniak@wundermanthompson.com>
This commit is contained in:
parent
d085e9ce1d
commit
d4b5a3282f
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user