Ruby23 için gerekli düzenleme yapıldı.

This commit is contained in:
Aydın Yakar 2017-07-27 23:42:23 +03:00 committed by GitHub
parent 00da5da2a6
commit e7b8e24c9d
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Description: The Browser Exploitation Framework that focuses on the web browser # Description: The Browser Exploitation Framework that focuses on the web browser
# URL: http://beefproject.com/ # URL: http://beefproject.com/
# Packager: yakar (aydin@komutan.org) # Packager: yakar (aydin@komutan.org)
# Depends on: ruby23 ruby-bundler23 sqlite python # Depends on: ruby23 ruby23-bundler sqlite python
name=beef name=beef
version=0.4.7.0 version=0.4.7.0
@ -38,7 +38,7 @@ fi
# run beef # run beef
cd /usr/share/$name cd /usr/share/$name
exec ruby $name "\${@}" exec ruby-2.3 $name "\${@}"
EOF EOF
chmod +x "$PKG/usr/bin/$name" chmod +x "$PKG/usr/bin/$name"