mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 09:22:42 +08:00
Use apt-get instead of tasksel to prevent unexpected bug.
This commit is contained in:
@ -63,7 +63,10 @@ def prereqs
|
||||
puts "Be sure to following packages are installed:
|
||||
|
||||
sudo apt-get -y install build-essential libssl-dev libyaml-dev git libtool libxslt-dev libxml2-dev libpq-dev gawk curl pngcrush python-software-properties software-properties-common tasksel
|
||||
|
||||
sudo tasksel install postgresql-server
|
||||
OR
|
||||
apt-get install postgresql-server^
|
||||
|
||||
sudo apt-add-repository -y ppa:rwky/redis
|
||||
sudo apt-get update
|
||||
|
Reference in New Issue
Block a user