diff options
author | sumithemmadi | 2023-09-29 18:48:06 +0530 |
---|---|---|
committer | sumithemmadi | 2023-09-29 18:48:06 +0530 |
commit | 48b5227d28a65eb576b1163aa028df0d22a1a3ea (patch) | |
tree | a15a4d15ec28e501b604d7a7e3113133be2257c8 /beefproject-git.install | |
parent | 5dde30d5960b4cfe8e52ddf800208eaee4fbec8c (diff) | |
download | aur-48b5227d28a65eb576b1163aa028df0d22a1a3ea.tar.gz |
fixed some bugs
Diffstat (limited to 'beefproject-git.install')
-rw-r--r-- | beefproject-git.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/beefproject-git.install b/beefproject-git.install index 0628ddb3bcc1..55d4584b475e 100644 --- a/beefproject-git.install +++ b/beefproject-git.install @@ -14,7 +14,7 @@ post_install() { cat << EOF Certainly, here are the simplified steps: -1. Open the BeEF Framework configuration file with a text editor using sudo and edit the username and password in the `config.yaml` file. +1. Open the BeEF Framework configuration file with a text editor using sudo and edit the username and password in the config.yaml file. ~$ sudo nano /opt/beef/config.yaml |