fISHIE f56d9c6a5c
Added Instructions for WSL installation
fix Unable to locate package jq error when installing on wsl
2021-04-29 19:08:26 +05:00
2021-04-25 17:53:02 +05:00
2021-04-28 01:24:02 +05:00
2021-04-29 16:35:44 +05:00
2021-04-29 00:42:32 +05:00
2021-04-28 07:23:55 +05:00
2021-04-29 15:23:59 +05:00
2021-04-28 18:08:43 +05:00
2021-04-28 19:18:59 +05:00

Bank of Maldives CLI

BML CLI written in Bash. This project is currently under development and a lot of things are broken.

photo_2021-04-28_14-59-35

Requirements

curl jq

  • Make sure all requirements are met before running script.
  • Termux users will need ncurses-utils additionally for terminal colors

Arch Linux

sudo pacman -S curl jq

Ubuntu

sudo apt install curl jq

Ubuntu WSL

sudo apt install curl && sudo apt-get update -y && sudo apt-get install -y jq

Fedora

sudo dnf install curl jq

Termux

pkg install curl jq ncurses-utils

Installation

git clone https://github.com/shihaamabr/bml-cli
cd bml-cli
chmod +x bml.sh
./bml.sh

Bugs

  • Throws error and exists on MacOS and WSL
    Solution run: rm osdetect.sh
Description
No description provided
Readme 293 KiB
Languages
Shell 100%