From 5d6af0c36a1b4e720fe88bbd49622bc5591ce28f Mon Sep 17 00:00:00 2001 From: newnius Date: Wed, 31 Jan 2018 16:01:38 +0800 Subject: [PATCH] add bash-completion --- apt/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apt/install.sh b/apt/install.sh index ed459bb..89c78bc 100755 --- a/apt/install.sh +++ b/apt/install.sh @@ -11,4 +11,5 @@ sudo apt update && sudo apt install -y \ git \ python-pip \ curl \ - openssh-server + openssh-server \ + bash-completion