aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: 89f53ad140b8c1d632100d6b6fbd21cd96f68d3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<p>This repository contains various scripts that I use on my Alpine
  Linux server.</p>
<h2>minecraft/</h2>
<p>This directory contains scripts useful for running a Minecraft
  server on Alpine:</p>
<dl>
  <dt><i>install</i></dt>
  <dd>install the latest build of Paper (a high-performance
    Minecraft server) for a given Minecraft version</dd>
  <dt><i>minecraft</i></dt>
  <dd>a simple OpenRC script that runs the server in a <i>screen</i>
    session</dd>
</dl>
<p>You should take a look at the contents of both scripts before
  using them. They are designed for my own purposes primarily.</p>