From 6b76420bf39383f9db30f18492a103f2f8da8fd4 Mon Sep 17 00:00:00 2001 From: Basma Alboug Date: Thu, 29 Sep 2016 20:19:49 -0500 Subject: [PATCH 1/5] my first commit --- albo3952-testfile.adoc | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 albo3952-testfile.adoc diff --git a/albo3952-testfile.adoc b/albo3952-testfile.adoc new file mode 100644 index 0000000..e69de29 From 06e2d195ec614ed357a8d23867b6f01cec6a0a10 Mon Sep 17 00:00:00 2001 From: Basma Alboug Date: Thu, 29 Sep 2016 20:27:07 -0500 Subject: [PATCH 2/5] second commit --- albo3952-testfile.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/albo3952-testfile.adoc b/albo3952-testfile.adoc index e69de29..1d7111d 100644 --- a/albo3952-testfile.adoc +++ b/albo3952-testfile.adoc @@ -0,0 +1,2 @@ +"Hello Again" + From c839ebc55813b6efd8c7017dddf70f09c570e3a5 Mon Sep 17 00:00:00 2001 From: Basma Alboug Date: Thu, 29 Sep 2016 20:32:28 -0500 Subject: [PATCH 3/5] third commit --- albo3952-testfile.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/albo3952-testfile.adoc b/albo3952-testfile.adoc index 1d7111d..eb9b822 100644 --- a/albo3952-testfile.adoc +++ b/albo3952-testfile.adoc @@ -1,2 +1,3 @@ -"Hello Again" +"Hello warld" +"Hello Mars" From 3ea99636ea5ed83136bbaa4c2a894db079bf2ff7 Mon Sep 17 00:00:00 2001 From: basma Date: Fri, 30 Sep 2016 03:58:43 +0000 Subject: [PATCH 4/5] script commit --- albo3952-Lab02.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 albo3952-Lab02.sh diff --git a/albo3952-Lab02.sh b/albo3952-Lab02.sh new file mode 100755 index 0000000..fbe80ce --- /dev/null +++ b/albo3952-Lab02.sh @@ -0,0 +1,10 @@ +#!/bin/bash +# Starter shell script +# Rename as YourID-Lab02.sh +# Put commands below +# To run, type ./YourID-Lab02.sh (you need the "./") +# It must have permissions starting with a "7" + +apt-get install -y tree +apt-get install -y git + From 743b58fc7991c3c9786377fdd3a15c823e571aaa Mon Sep 17 00:00:00 2001 From: Basma Alboug Date: Fri, 30 Sep 2016 01:39:18 -0500 Subject: [PATCH 5/5] last1 commit --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 27726a7..b33cf30 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -4,6 +4,6 @@ Vagrant.configure(2) do |config| config.vm.box = "precise64" - config.vm.box_url = "/var/vagrant/boxes/precise64.box" + config.vm.provision :shell, path: "./albo3952-Lab02.sh" end