Merge pull request #194 from yakar/patch-2

Ruby23 için gerekli düzenleme yapıldı.
This commit is contained in:
Milli İşletim Sistemi (Milis Linux) 2017-07-28 23:43:38 +03:00 committed by GitHub
commit fbe5a77414

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"