Scott Kostyshak

Results 112 comments of Scott Kostyshak

A better approach is probably to download the iso. You can easily resume downloading the iso (e.g. use wget and --continue). Once the iso is downloaded, you can use the...

Thanks for this nicely formatted and clear report, pelegm. This part of the code is only used as a check that you did not have any non-standard setting of TeX...

> First, I did have an aptitude version of texlive, but hopefully I have purged it properly before running the script. OK it should be fine then. > I have...

I think that postgresql implementation is such that it creates a user account. So I believe that technically you have two non-root user accounts, in which case `install-tl-ubuntu` correclty went...

Unfortunately $LOGNAME does not work for me. To test, create a file `test.sh` with the following contents: ``` #!/bin/bash echo $LOGNAME ``` When I run `sudo ./test.sh`, I get "root"....

That is indeed looking like a good alternative.

@smolkaj thanks for confirming and sorry for the frustration. I am hoping to have some time soon to fix this issue.

@urbat thank you very much for writing this issue up. I appreciate the time you spent (especially to create a Github account just to report this!), and that motivates me...

Hi Sune, thank you for the feedback and the extra details. From what I understand, you either have those packages installed or you have packages installed that provide them. However,...

Thanks for the new solution @rmcrowley2000 . I wonder if the script should check for packages and exit with error if the packages exist. My guess is that most users...