mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
eselect-metasploit: missing whitespace
This commit is contained in:
parent
c440da0d71
commit
b54acaecb1
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ else
|
||||||
rm ~/.msf4/*.gemspec
|
rm ~/.msf4/*.gemspec
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#fetch the latest Gemfile and gemspecsfrom the selected version of msf
|
#fetch the latest Gemfile and gemspecs from the selected version of msf
|
||||||
cp /usr/lib/metasploit/Gemfile ~/.msf4/
|
cp /usr/lib/metasploit/Gemfile ~/.msf4/
|
||||||
if ls -A /usr/lib/metasploit/*.gemspec > /dev/zero 2>&1; then
|
if ls -A /usr/lib/metasploit/*.gemspec > /dev/zero 2>&1; then
|
||||||
cp /usr/lib/metasploit/*.gemspec ~/.msf4/
|
cp /usr/lib/metasploit/*.gemspec ~/.msf4/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue