From 699cd78862d984c1ade754d9544240b5b097dda5 Mon Sep 17 00:00:00 2001 From: AllanCapistrano Date: Sat, 15 Jul 2023 21:28:40 -0300 Subject: [PATCH] chore: add -p flag to mkdir --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index f68e1b7..91cc549 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -5,7 +5,7 @@ wget https://github.com/AllanCapistrano/gbc/releases/download/v1.0.0/gbc wget https://raw.githubusercontent.com/AllanCapistrano/gbc/main/config/gbc.conf # Creating the config directory for gbc. -mkdir $HOME/.config/gbc +mkdir -p $HOME/.config/gbc # Moving the CLI and settings file. sudo mv gbc /usr/bin