From ffc7dc12ff6ace4757b17bb137ccefa72f84008d Mon Sep 17 00:00:00 2001 From: pvincent Date: Sat, 6 Jul 2019 21:42:17 +0400 Subject: [PATCH] initial commit --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index e69de29..a14406f 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,20 @@ +DEBIAN-BASH +=========== + +quick installation +------------------ + +`curl https://git.artcode.re/pvincent/debian-extra/raw/master/install.sh | sudo bash` + +installation +------------ + +* wget https://git.artcode.re/pvincent/debian-bash/archive/master.tar.gz -C /opt/debian-bash +* cd /opt/debian-bash +* sudo ./install.sh + +uninstall +--------- + +* cd /opt/debian-bash +* sudo ./uninstall.sh