Skip to content

Commit

Permalink
Revert "Merge pull request #93 from 7k5x/installer"
Browse files Browse the repository at this point in the history
This reverts commit 35f40be, reversing
changes made to f20b74a.
  • Loading branch information
black7375 committed Jun 17, 2021
1 parent 72c78e2 commit b41e785
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 127 deletions.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/.gitattributes export-ignore
/.gitignore export-ignore
/.github export-ignore
/CODE_OF_CONDUCT.md export-ignore
/README.org export-ignore
/README.org export-ignore
18 changes: 0 additions & 18 deletions .github/workflows/shellcheck.yml

This file was deleted.

1 change: 0 additions & 1 deletion CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ W: https://github.com/medhefgo
Contributors

N: 7k5x
E: [email protected]
W: https://github.com/7k5x

N: Burak Yigit Kaya
Expand Down
19 changes: 19 additions & 0 deletions Install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
autocopy() {
local file=${1}
local target=${2}

if [ -e "${target}" ]; then
echo "${target} alreay exist."
echo "Now Backup.."
autocopy "${target}" "${target}.bak"
echo""
fi

cp -v "${file}" "${target}"
}

install_lepton() {
local userConfig="user.js"
autocopy "${userConfig}" "../${userConfig}"
}
install_lepton
107 changes: 0 additions & 107 deletions install.sh

This file was deleted.

0 comments on commit b41e785

Please sign in to comment.