Create basics.sh

This commit is contained in:
Michael
2023-05-28 19:51:42 +01:00
committed by GitHub
commit e7bb0c5947

4
basics.sh Normal file
View File

@@ -0,0 +1,4 @@
sudo apt-get install curl -y
curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | sudo bash
sudo apt-get update
sudo apt-get install speedtest iperf3 -y