diff options
| author | cassiopc <cassiopc@gmail.com> | 2013-09-03 15:55:18 +0000 |
|---|---|---|
| committer | cassiopc <cassiopc@gmail.com> | 2013-09-03 15:55:18 +0000 |
| commit | a322767d55859d63f229b86856a77b4a7b218275 (patch) | |
| tree | cd68776831fac6d281cc8d0d1d0023c6628fe366 /tools/installv2.sh | |
| parent | 58fa2b0b160fc5599c961735017244cf24666dbc (diff) | |
| download | boca-a322767d55859d63f229b86856a77b4a7b218275.tar.gz boca-a322767d55859d63f229b86856a77b4a7b218275.zip | |
fixed genpack to work with any directory name and included an extra pack in installv2
Diffstat (limited to 'tools/installv2.sh')
| -rwxr-xr-x | tools/installv2.sh | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/installv2.sh b/tools/installv2.sh index 85886b6..e35ce1a 100755 --- a/tools/installv2.sh +++ b/tools/installv2.sh @@ -1,7 +1,7 @@ #!/bin/bash # //////////////////////////////////////////////////////////////////////////////// # //BOCA Online Contest Administrator -# // Copyright (C) 2003-2012 by BOCA Development Team (bocasystem@gmail.com) +# // Copyright (C) 2003-2013 by BOCA Development Team (bocasystem@gmail.com) # // # // This program is free software: you can redistribute it and/or modify # // it under the terms of the GNU General Public License as published by @@ -15,12 +15,14 @@ # // You should have received a copy of the GNU General Public License # // along with this program. If not, see <http://www.gnu.org/licenses/>. # //////////////////////////////////////////////////////////////////////////////// -# // Last modified 06/aug/2012 by cassio@ime.usp.br +# // Last modified 03/sep/2013 by cassio@ime.usp.br #/////////////////////////////////////////////////////////////////////////////////////////// echo "#############################################################" -echo "### installv2.sh of 06/Aug/2012 (A) by cassio@ime.usp.br ###" +echo "### installv2.sh of 03/Sept/2013 (A) by cassio@ime.usp.br ###" echo "#############################################################" +apt-get install python-software-properties software-properties-common + for i in id chown chmod cut awk tail grep cat sed mkdir rm mv sleep apt-get add-apt-repository update-alternatives; do p=`which $i` if [ -x "$p" ]; then |