Open eine opened 6 years ago
Right now, it is only tested with Xming on Windows, and the path is fixed. Possible enhancements:
Also, check if the terminal is a tty before using $(command -v winpty), in order to allow curl -L https://....docker_guiapp.sh | sh. See https://stackoverflow.com/questions/911168/how-to-detect-if-my-shell-script-is-running-through-a-pipe
$(command -v winpty)
curl -L https://....docker_guiapp.sh | sh
Right now, it is only tested with Xming on Windows, and the path is fixed. Possible enhancements:
Also, check if the terminal is a tty before using
$(command -v winpty)
, in order to allowcurl -L https://....docker_guiapp.sh | sh
. See https://stackoverflow.com/questions/911168/how-to-detect-if-my-shell-script-is-running-through-a-pipe