Skip to content

Commit

Permalink
chore: add -p flag to mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanCapistrano committed Jul 16, 2023
1 parent a32c418 commit 699cd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 699cd78

Please sign in to comment.