Initial Commit
Initial Commit
This commit is contained in:
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