Add license headers
[bottlenecks.git] / rubbos / rubbos_scripts / 1-1-1 / scripts / CLIENT1_pkg_prepare.sh
index 2595cc4..f73ff9f 100755 (executable)
@@ -1,4 +1,12 @@
 #!/bin/bash
+##############################################################################
+# Copyright (c) 2015 Huawei Technologies Co.,Ltd and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
 
 . ../set_bottlenecks_rubbos_env.sh
 
@@ -9,14 +17,6 @@ if true; then
 ssh $CLIENT1_HOST "mkdir -p /bottlenecks/rubbos/rubbos_scripts/1-1-1"
 scp $scp_options ../set_bottlenecks_rubbos_env.sh $CLIENT1_HOST:/bottlenecks/rubbos/rubbos_scripts/1-1-1
 
-ssh $CLIENT1_HOST "
-    apt-get update
-    apt-get install -y \
-        gcc \
-        g++ \
-        make
-"
-
 ssh $CLIENT1_HOST "mkdir -p $SOFTWARE_HOME"
 scp $scp_options $SOFTWARE_HOME/$RUBBOS_TARBALL $CLIENT1_HOST:$SOFTWARE_HOME/$RUBBOS_TARBALL
 scp $scp_options $SOFTWARE_HOME/flush_cache $CLIENT1_HOST:$SOFTWARE_HOME/flush_cache