Skip to content

Commit

Permalink
fix: gbc version
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanCapistrano committed Jul 29, 2023
1 parent 060e5ea commit 8756b7f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions scripts/install-termux.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/bin/bash

# Downloading the necessary files.
curl -LO https://github.com/AllanCapistrano/gbc/releases/download/v1.1.2/gbc
curl -O https://raw.githubusercontent.com/AllanCapistrano/gbc/main/config/gbc.conf

# Creating the config directory for gbc.
mkdir -p $HOME/.config/gbc

# Moving the CLI and settings file.
mv gbc $PATH
mv gbc.conf $HOME/.config/gbc

# Giving permission to run the CLI.
chmod +x $PATH/gbc

gbc --help
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Downloading the necessary files.
curl -LO https://github.com/AllanCapistrano/gbc/releases/download/v1.1.2/gbc
curl -LO https://github.com/AllanCapistrano/gbc/releases/download/v1.2.0/gbc
curl -O https://raw.githubusercontent.com/AllanCapistrano/gbc/main/config/gbc.conf

# Creating the config directory for gbc.
Expand Down

0 comments on commit 8756b7f

Please sign in to comment.