aboutsummaryrefslogtreecommitdiff
path: root/tools/installv2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/installv2.sh')
-rwxr-xr-xtools/installv2.sh8
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