diff --git a/panel/1.0/updating.md b/panel/1.0/updating.md index a49c8d89e..d7fbb2272 100644 --- a/panel/1.0/updating.md +++ b/panel/1.0/updating.md @@ -100,7 +100,7 @@ After you've downloaded all of the new files you will need to upgrade the core c simply run the commands below and follow any prompts. ```bash -composer install --no-dev --optimize-autoloader +COMPOSER_ALLOW_SUPERUSER=1 composer install --no-dev --optimize-autoloader ``` ### Clear Compiled Template Cache diff --git a/wings/1.0/installing.md b/wings/1.0/installing.md index db65b51e7..28edcbcdd 100644 --- a/wings/1.0/installing.md +++ b/wings/1.0/installing.md @@ -174,4 +174,4 @@ Allocation is a combination of IP and Port that you can assign to a server. Each ![example image of node allocations](../../.vuepress/public/node_allocations.png) -Type `hostname -I | awk '{print $1}'` to find the IP to be used for the allocation. Alternatively, you can type `ip addr | grep "inet "` to see all your available interfaces and IP addresses. Do not use 127.0.0.1 for allocations. +Type `hostname -I | awk '{print $1}'` to find the IP to be used for the allocation. Alternatively, you can type `ip addr | grep "inet "` to see all your available interfaces and IP addresses. Do not use 127.0.0.1 for allocations, *unless you know what you are doing/using a [Minecraft Proxy](https://pterodactyl.io/community/games/minecraft.html)*.