From 7f66d9e5dd9f67407ca83cab1815dc9b969a842d Mon Sep 17 00:00:00 2001 From: athulappadan Date: Mon, 17 Aug 2015 17:04:09 +0530 Subject: LICENSE made appear in the terminal properly --- install.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 04e7efb..982894c 100755 --- a/install.sh +++ b/install.sh @@ -81,6 +81,9 @@ fi cd $cur_dir cp -rv src/* ~/$src_loc/ +#Copying LICENSE file +cp LICENSE ~/$src_loc/ + #Creating config.ini file and adding configuration information cd ~/$src_loc/ -- cgit