As of this writing PRT depends on homebrew to ensure some OS packages are installed, which is Mac-specific.
init.sh and uninit.sh need to be modified to detect the OS and use apt/rpm when on linux, or we need linux-specific scripts (easiest to do first), or we switch to make and make a cross-platform makefile that does the same things that init and uninit do.