vladislav doster

Results 166 comments of vladislav doster

This script needs to be rewritten IMO to have flags and fix issues like this. I'll make this a priority for the weekend.

@alichtman Currently, the script has no flags and just starts installing. This gives users no ability to see what possible options are available. Only way would be to read the...

@plasticrake Thanks for reporting this. Working on a fix.

@plasticrake What is output of ```zsh echo "OS: ${OSTYPE:-N/A} | Vendor: ${VENDOR:-N/A} | Machine: ${MACHTYPE:-N/A} | CPU: ${CPUTYPE:-N/A} | Processor: ${$(uname -p 2>/dev/null):-N/A} | Hardware: ${$(uname -m 2>/dev/null):-N/A}" ```

It works on a RPI B+ running Ubuntu 64 bit Could you also share: ```zsh uname -a ```

@xbc5 Could you elaborate with an example (e.g., a code snippet) to help me better understand this request?

Thank you @frankli0324! Looking into this now

@psprint Sorry I'm just getting around to this PR, I have been on vacation. Do you want to re-open this PR?

On second thought, I just saw @alichtman comment regarding splitting up changes. @grigorii-horos, Could you please split changes into two PRs to make the changes more atomic?