mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
grr.. Fixed git commit message stuck in file. (#2659)
This commit is contained in:
parent
580091269d
commit
caf6a10227
|
@ -289,11 +289,8 @@ case $distro in
|
|||
echo ""
|
||||
progress
|
||||
if [ "$version" == "16.04" ]; then
|
||||
<<<<<<< HEAD
|
||||
sudo apt-get install -y git unzip php php-mcrypt php-curl php-mysql php-gd php-ldap php-zip php-mbstring php-xml >> /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
|
||||
>>>>>>> 7fdd4fbe987a00138f2e4b1695d67d3069bc1359
|
||||
#Enable mcrypt and rewrite
|
||||
echo "## Enabling mcrypt and rewrite"
|
||||
sudo phpenmod mcrypt >> /var/log/snipeit-install.log 2>&1
|
||||
|
|
Loading…
Reference in a new issue