Add "tools" directory with expermental development tools.
This commit is contained in:
parent
37b63b103d
commit
6e7c27f52c
2 changed files with 9 additions and 0 deletions
1
tools/tmp/hello.txt
Normal file
1
tools/tmp/hello.txt
Normal file
|
@ -0,0 +1 @@
|
|||
This directory is used for storing temp files for Blueprint experimental tools.
|
8
tools/update.sh
Normal file
8
tools/update.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
# $1 Pterodactyl directory (/var/www/pterodactyl)
|
||||
|
||||
cd $1/tools/tmp;
|
||||
git clone https://github.com/teamblueprint/main.git;
|
||||
cp -R main/* $1/;
|
||||
rm -R $1/.blueprint;
|
Loading…
Reference in a new issue