wip
This commit is contained in:
8
install.sh
Executable file
8
install.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
echo "Building Patterm"
|
||||
./build.sh
|
||||
echo "Installing Patterm"
|
||||
sudo cp ./bin/patterm /usr/local/bin
|
||||
echo "Done"
|
||||
echo "Copied ./bin/patterm to /usr/local/bin"
|
||||
Reference in New Issue
Block a user