From 175a0e91ecdf55b2c8b037b284de284fd0683cda Mon Sep 17 00:00:00 2001 From: Max Richter Date: Sat, 7 Nov 2020 16:57:15 +0100 Subject: [PATCH] fix: trying some fixes --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index 733c7b9..46eac0f 100644 --- a/install.sh +++ b/install.sh @@ -1,3 +1,5 @@ +#!/bin/bash + #Prerequesits echo "-- Installing git --" install git @@ -5,9 +7,11 @@ if [ "$(which $1)" != "" ]; then apt-get install $1 -y > /dev/null fi +# Cloning Repo echo "-- Cloning repo --" git clone git@github.com:jim-fx/.dotfiles.git ~/.dotfiles +# Executing the script echo "-- starting script --" chmod +x ~/.dotfiles/setup.sh ~/.dotfiles/setup.sh \ No newline at end of file