Open
Description
- Certain distros do not have a
/usr/local
directory (such as NixOS), or even a/usr/bin
! (NixOS has it, but it only containsenv
) Because of this, theblueprint
alias does not get installed if/usr/local/bin
is not present or if it's not writable to by the current user. The installer falls apart anywhere outside ofchore: don't use/var/www/pterodactyl
. A safer assumption would be settingFOLDER="$(dirname $0)"
.::f
placeholders #40When setting up symlinks toUse relative symlinks instead of absolute ones/hardlinks #30.blueprint
, Blueprint will create absolute links. If the panel directory is renamed, Blueprint will partially break.