Skip to content

Commit

Permalink
fix: added missing wkhtmltopdf package
Browse files Browse the repository at this point in the history
  • Loading branch information
flexcomng authored Jun 1, 2023
1 parent c5a771a commit 9c6bb71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ fi
echo -e "\n"
echo -e "${YELLOW}Installing additional Python packages and Redis Server${NC}"
sleep 2
sudo apt -qq install git python3-dev python3-setuptools python3-venv python3-pip python3-distutils redis-server -y
sudo apt -qq install git python3-dev python3-setuptools python3-venv python3-pip python3-distutils wkhtmltopdf redis-server -y
echo -e "${GREEN}Done!${NC}"
sleep 1
echo -e "\n"
Expand Down

0 comments on commit 9c6bb71

Please sign in to comment.