Files
elementaryos-config/setup.sh
2023-07-31 21:29:01 +10:00

9 lines
325 B
Bash

#!/bin/bash
# download script
echo "Downloading elementaryos-config"
wget -q -O /usr/local/bin/elementaryos-config https://git.tcmeta.net/kurtis/elementaryos-config/raw/branch/main/vargtools
chmod +x /usr/local/bin/elementaryos-config
echo Done you should now be able to start the script by typing sudo elementaryos-config