8 lines
157 B
Bash
Executable file
8 lines
157 B
Bash
Executable file
#!/bin/bash
|
|
|
|
pacman -Syy
|
|
pacman -S neofetch speedtest-cli --noconfirm
|
|
neofetch
|
|
pacman -S curl --noconfirm
|
|
curl -v https://geo.mirror.pkgbuild.com/
|
|
speedtest
|