Initial Commit
This commit is contained in:
9
setup.sh
Normal file
9
setup.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user