Quellcode durchsuchen

Applied "auto yes" for apt-get.

bmallred vor 13 Jahren
Ursprung
Commit
9747ebb157
1 geänderte Dateien mit 18 neuen und 18 gelöschten Zeilen
  1. 18 18
      install.sh

+ 18 - 18
install.sh

@ -2,28 +2,28 @@
2 2
sudo apt-get update
3 3
4 4
# Install distributed version control systems
5
sudo apt-get install git
6
sudo apt-get install mercurial
5
sudo apt-get -y install git
6
sudo apt-get -y install mercurial
7 7
8 8
# Install Apache web server and modules
9
sudo apt-get install apache2
10
sudo apt-get install libapache2-mod-python
11
sudo apt-get install libapache2-mod-wsgi
9
sudo apt-get -y install apache2
10
sudo apt-get -y install libapache2-mod-python
11
sudo apt-get -y install libapache2-mod-wsgi
12 12
13 13
# Install Trac and plug-ins or patches
14
sudo apt-get install trac
15
sudo apt-get install trac-accountmanager
16
sudo apt-get install trac-authopenid
17
sudo apt-get install trac-bitten
18
sudo apt-get install trac-customfieldadmin
19
sudo apt-get install trac-git
20
sudo apt-get install trac-graphviz
21
sudo apt-get install trac-mastertickets
22
sudo apt-get install trac-mercurial
23
sudo apt-get install trac-wikiprint
24
sudo apt-get install trac-wikirename
25
sudo apt-get install trac-wysiwyg
26
sudo apt-get install trac-xmlrpc
14
sudo apt-get -y install trac
15
sudo apt-get -y install trac-accountmanager
16
sudo apt-get -y install trac-authopenid
17
sudo apt-get -y install trac-bitten
18
sudo apt-get -y install trac-customfieldadmin
19
sudo apt-get -y install trac-git
20
sudo apt-get -y install trac-graphviz
21
sudo apt-get -y install trac-mastertickets
22
sudo apt-get -y install trac-mercurial
23
sudo apt-get -y install trac-wikiprint
24
sudo apt-get -y install trac-wikirename
25
sudo apt-get -y install trac-wysiwyg
26
sudo apt-get -y install trac-xmlrpc
27 27
28 28
# Create directory structure
29 29
sudo mkdir /var/lib/hg