mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 11:16:27 +02:00
pkg(vyxal-2.4.1): add vyxal
This commit is contained in:
parent
d61fb8ec5b
commit
6416b4d8cb
6 changed files with 36 additions and 0 deletions
18
packages/vyxal/2.4.1/build.sh
vendored
Normal file
18
packages/vyxal/2.4.1/build.sh
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# get Python source
|
||||
source ../../python/3.9.4/build.sh
|
||||
|
||||
# add regex and pwn modules
|
||||
bin/pip3 install regex pwn
|
||||
|
||||
# make vyxal directory
|
||||
mkdir vyxal
|
||||
cd vyxal
|
||||
|
||||
# Vyxal install
|
||||
curl -L "https://github.com/Vyxal/Vyxal/archive/refs/tags/v2.4.1.tar.gz" -o vyxal.tar.xz
|
||||
tar xf vyxal.tar.xz --strip-components=1
|
||||
rm vyxal.tar.xz
|
||||
|
||||
cd ..
|
Loading…
Add table
Add a link
Reference in a new issue