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

Made the script Docker-compatible + Prevented version failures #690

Merged
merged 4 commits into from
Jan 7, 2019
Merged

Made the script Docker-compatible + Prevented version failures #690

merged 4 commits into from
Jan 7, 2019

Commits on Dec 22, 2018

  1. Made the script Docker-compatible + Prevented version failures

    Docker always runs as root, Earlier the "sudo" commands were making trouble for Docker but not for bash users. Docker can't access the sudo command as its $USER is already set as root. In this commit, I've removed all the sudo (s) in the shell script while ensuring support for docker users...
    angeryrohan committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    5adde2a View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. Configuration menu
    Copy the full SHA
    257e8a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c46b98b View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Configuration menu
    Copy the full SHA
    aa4e8af View commit details
    Browse the repository at this point in the history