Skip to content

Commit

Permalink
Fixes #76
Browse files Browse the repository at this point in the history
  • Loading branch information
KHIT93 committed Aug 23, 2021
1 parent f649b68 commit d9ea9ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ $LNX_PKG_MGR install -y python3-pip
echo 'Creating application user...'
useradd -m mailguardian
chmod 755 /home/mailguardian
echo 'Installing git commandline tools, if not available...'
$LNX_PKG_MGR install git -y
echo 'Installing git commandline tools curl and wget...'
$LNX_PKG_MGR install git curl wget -y
echo 'Pulling application sourcecode from GitHub...'
su - mailguardian -c 'git clone https://github.com/KHIT93/mailguardian.git /home/mailguardian/mailguardian --branch master'
cd /home/mailguardian/mailguardian || exit 1
Expand Down

0 comments on commit d9ea9ae

Please sign in to comment.