commit e7bb0c594717666f60e5ea087c450c45a4b18bde Author: Michael <30936296+mtan93@users.noreply.github.com> Date: Sun May 28 19:51:42 2023 +0100 Create basics.sh diff --git a/basics.sh b/basics.sh new file mode 100644 index 0000000..5627022 --- /dev/null +++ b/basics.sh @@ -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