Skip to content

Commit

Permalink
Have the installer install php-xml in ubuntu 16.04, it's where the ut…
Browse files Browse the repository at this point in the history
…f8_decode function is located (#2638)
  • Loading branch information
dmeltzer authored and snipe committed Sep 20, 2016
1 parent e5098c3 commit 7aea934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snipeit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ case $distro in
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y lamp-server^ >> /var/log/snipeit-install.log 2>&1

if [ "$version" == "16.04" ]; then
sudo apt-get install -y git unzip php php-mcrypt php-curl php-mysql php-gd php-ldap php-zip php-mbstring >> /var/log/snipeit-install.log 2>&1
sudo apt-get install -y git unzip php php-mcrypt php-curl php-mysql php-gd php-ldap php-xml php-zip php-mbstring >> /var/log/snipeit-install.log 2>&1
#Enable mcrypt and rewrite
echo "## Enabling mcrypt and rewrite"
sudo phpenmod mcrypt >> /var/log/snipeit-install.log 2>&1
Expand Down

0 comments on commit 7aea934

Please sign in to comment.