From 7434c9c7460b06094eb4544790d80381f01e89cf Mon Sep 17 00:00:00 2001 From: junikimm717 Date: Fri, 21 Jan 2022 20:47:06 -0500 Subject: [PATCH] bash added --- asuser.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asuser.sh b/asuser.sh index 32abe7e..391f135 100755 --- a/asuser.sh +++ b/asuser.sh @@ -23,7 +23,7 @@ usertest() { dev() { echo "Developer tools..." - doas apk add git make python3 nodejs npm neovim curl + doas apk add git make python3 nodejs npm neovim curl bash }