浏览代码

Don't ask

Bob Mottram 8 年前
父节点
当前提交
83116a81c4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone 查看文件

9917
 	apt-get -y install libjpeg-dev zlib1g-dev libfreetype6-dev
9917
 	apt-get -y install libjpeg-dev zlib1g-dev libfreetype6-dev
9918
 	apt-get -y install python-setuptools python-virtualenv
9918
 	apt-get -y install python-setuptools python-virtualenv
9919
 	apt-get -y remove uwsgi uwsgi-plugin-python
9919
 	apt-get -y remove uwsgi uwsgi-plugin-python
9920
-	pip uninstall uwsgi
9920
+	pip uninstall uwsgi -y
9921
 	apt-get -y install uwsgi uwsgi-plugin-python
9921
 	apt-get -y install uwsgi uwsgi-plugin-python
9922
 	pip install --upgrade pip
9922
 	pip install --upgrade pip
9923
 	pip install paster==0.8
9923
 	pip install paster==0.8