Initial Commit
Initial Commit
This commit is contained in:
11
README.md
Normal file
11
README.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
## Vargtools ##
|
||||||
|
|
||||||
|
A bunch of tools and scripts to make the world go round
|
||||||
|
|
||||||
|
## To Setup ##
|
||||||
|
|
||||||
|
Just run the following command to install
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo bash -c "$(wget -q -O - https://git.tcmeta.net/kurtis/vargtools/raw/branch/main/install.sh)"
|
||||||
|
```
|
||||||
8
install.sh
Normal file
8
install.sh
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# download script
|
||||||
|
echo "Downloading vargtools"
|
||||||
|
wget https://git.tcmeta.net/kurtis/vargtools/raw/branch/main/vargtools -q -O /usr/local/bin/vargtools
|
||||||
|
chmod +x /usr/local/bin/vargtools
|
||||||
|
|
||||||
|
echo Done you should now be able to start vargtools by typing sudo vargtools
|
||||||
|
|
||||||
Reference in New Issue
Block a user