You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain distros do not have a /usr/local directory (such as NixOS), or even a /usr/bin! (NixOS has it, but it only contains env) Because of this, the blueprint 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 of /var/www/pterodactyl. A safer assumption would be setting FOLDER="$(dirname $0)".chore: don't use ::f placeholders #40
/usr/localdirectory (such as NixOS), or even a/usr/bin! (NixOS has it, but it only containsenv) Because of this, theblueprintalias does not get installed if/usr/local/binis 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)".::fplaceholders #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.