From c9f9a5cb21333c60132447bc41014af2652f3e18 Mon Sep 17 00:00:00 2001 From: dmarakom6 Date: Thu, 22 Apr 2021 13:54:24 +0300 Subject: [PATCH] remove .gitignore during installation --- install.sh | 1 + shellnotes.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e16216f..4dd2d5b 100644 --- a/install.sh +++ b/install.sh @@ -27,6 +27,7 @@ else mv bash_update.sh ~/.shellnotes/ mv uninstall.sh ~/.shellnotes/ mv update.sh ~/.shellnotes/ + rm -rf .gitignore rm -rf ./README.md rm -rf ./SECURITY.md sudo mkdir /usr/local/man/man1 2>/dev/null diff --git a/shellnotes.sh b/shellnotes.sh index 491b23c..90a4514 100644 --- a/shellnotes.sh +++ b/shellnotes.sh @@ -1,4 +1,4 @@ -#!/bin/zsh + #The first line is the user's default shell found during installation process.