7 lines
99 B
Bash
7 lines
99 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# Install Rabbiteer from Gitlab
|
||
|
npm i git+https://gitlab.com/Dunemask/rabbiteer.git
|
||
|
|
||
|
|