Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update install.sh #100

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update install.sh #100

wants to merge 1 commit into from

Conversation

shadyeip
Copy link

Bumping OS_VERSION to support more recent versions of Ubuntu.

22.04 Installation using option 1:

root@fiercephish-test:~# grep DISTRIB_RELEASE /etc/lsb-release
DISTRIB_RELEASE=22.04
root@fiercephish-test:~# ./install.sh 
< trimmed > 
   [~] Continuing installation...n] > 
   [~] Installing FiercePhish!
   [~] Updating package repositories
   [~] Installing the required packages (this may take a few minutes)
   [~] Installing Composer
   [~] Installing Bower
   [~] Pulling the latest FiercePhish from GitHub to /var/www/fiercephish
   [~] Installing FiercePhish into Apache (this can take a few minutes)


   [~] Configuring FiercePhish
   [~] Generating database
   [~] Creating User
   [~] Installing cron job
   [~] Configuring Supervisor to process jobs
   [~] Done installing FiercePhish!
   [~] Installing SMTP (Postfix) and IMAP (dovecot)
   [~] Updating package repositories
   [~] Installing the required packages (this may take a few minutes)
   [~] Creating local user fiercephish for email retrieval
   [~] Configuring Postfix
   [~] Configuring DKIM
   [~] Configuring Dovecot
   [~] Restarting mail services
   [~] Updating FiercePhish configuration file
   [~] Done installing SMTP and IMAP!
   [~] Installation is complete
   [~] Perform the following actions to finish up:

22.10 Installation using option 1:

root@fiercephish-test2:~# grep DISTRIB_RELEASE /etc/lsb-release 
DISTRIB_RELEASE=22.10
root@fiercephish-test2:~# ./install.sh 
< trimmed >
   [~] Continuing installation...n] > 
   [~] Installing FiercePhish!
   [~] Updating package repositories
   [~] Installing the required packages (this may take a few minutes)
   [~] Installing Composer
   [~] Installing Bower
   [~] Pulling the latest FiercePhish from GitHub to /var/www/fiercephish
   [~] Installing FiercePhish into Apache (this can take a few minutes)



   [~] Configuring FiercePhish
   [~] Generating database
   [~] Creating User
   [~] Installing cron job
   [~] Configuring Supervisor to process jobs
   [~] Done installing FiercePhish!
   [~] Installing SMTP (Postfix) and IMAP (dovecot)
   [~] Updating package repositories
   [~] Installing the required packages (this may take a few minutes)
   [~] Creating local user fiercephish for email retrieval
   [~] Configuring Postfix
   [~] Configuring DKIM
   [~] Configuring Dovecot
   [~] Restarting mail services
   [~] Updating FiercePhish configuration file
   [~] Done installing SMTP and IMAP!
   [~] Installation is complete
   [~] Perform the following actions to finish up:
< redcated > 

Bumping OS_VERSION to support more recent versions of Ubuntu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant