commit | cf82ac7a0c0e156ec75b501584948c49f4d49801 | [log] [tgz] |
---|---|---|
author | alshabib <alshabibi.ali@gmail.com> | Mon Dec 01 09:42:32 2014 -0800 |
committer | alshabib <alshabibi.ali@gmail.com> | Mon Dec 01 09:42:32 2014 -0800 |
tree | 2b34c376c667f50ad408e755551148e7ea5808a0 | |
parent | 384af73c608e744e889122a06d2ac6e524c54532 [diff] [blame] |
add quagga, clean start
diff --git a/tutorial1-setup.sh b/tutorial1-setup.sh index a3538eb..ead3f64 100644 --- a/tutorial1-setup.sh +++ b/tutorial1-setup.sh
@@ -14,6 +14,10 @@ ssh-keygen -t dsa -P "" -f .ssh/id_dsa cp .ssh/id_dsa.pub .ssh/authorized_keys +#--------------- Clean Karaf Run -------------- + +echo "sudo service onos restart" >> ~/.bashrc + # -------------- Install Karaf ---------------- mkdir Downloads