update
This commit is contained in:
@@ -31,7 +31,7 @@ done
|
|||||||
# 3) Install required npm packages if needed
|
# 3) Install required npm packages if needed
|
||||||
if [ "$install_needed" = true ]; then
|
if [ "$install_needed" = true ]; then
|
||||||
echo "Installing npm packages..."
|
echo "Installing npm packages..."
|
||||||
npm install -g holesail@2.1.0
|
npm install -g holesail@2.3.0
|
||||||
else
|
else
|
||||||
echo "npm packages are already installed. Skipping..."
|
echo "npm packages are already installed. Skipping..."
|
||||||
fi
|
fi
|
||||||
|
@@ -157,7 +157,7 @@
|
|||||||
Within Minecraft<code class="bg-gray-800 text-teal-400 px-1 rounded">127.0.0.1:25565</code>.
|
Within Minecraft<code class="bg-gray-800 text-teal-400 px-1 rounded">127.0.0.1:25565</code>.
|
||||||
</p>
|
</p>
|
||||||
<div class="flex justify-center mb-8">
|
<div class="flex justify-center mb-8">
|
||||||
<a href="https://docs.holesail.io-overview/what-can-holesail-do" class="btn-minecraft text-base"
|
<a href="https://docs.holesail.io/overview/what-can-holesail-do" class="btn-minecraft text-base"
|
||||||
target="_blank">Get Started with Holesail</a>
|
target="_blank">Get Started with Holesail</a>
|
||||||
</div>
|
</div>
|
||||||
<h3 class="text-xl minecraft-font mb-6 text-center text-teal-400">⛵ What Can Holesail Do?</h3>
|
<h3 class="text-xl minecraft-font mb-6 text-center text-teal-400">⛵ What Can Holesail Do?</h3>
|
||||||
|
@@ -9,12 +9,12 @@ body {
|
|||||||
main {
|
main {
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
}
|
}
|
||||||
footer {
|
/* footer {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
} */
|
||||||
.copy-btn {
|
.copy-btn {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
Reference in New Issue
Block a user