mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2025-10-11 20:17:54 +00:00
update p2pool v3.9
This commit is contained in:
parent
d4d52b158d
commit
9f6c1c5b57
2
.gitignore
vendored
2
.gitignore
vendored
@ -13,7 +13,7 @@ monerod/.bitmonero
|
|||||||
p2pool/cache
|
p2pool/cache
|
||||||
|
|
||||||
# minecraft
|
# minecraft
|
||||||
minecraft/world
|
minecraft/world*
|
||||||
|
|
||||||
# terraria
|
# terraria
|
||||||
terraria/worlds
|
terraria/worlds
|
||||||
|
@ -1 +1,2 @@
|
|||||||
world/
|
world/
|
||||||
|
world.*/
|
||||||
|
@ -7,9 +7,9 @@ RUN useradd -m matt
|
|||||||
USER matt
|
USER matt
|
||||||
WORKDIR /home/matt
|
WORKDIR /home/matt
|
||||||
|
|
||||||
# currently v3.8
|
# currently v3.9
|
||||||
RUN wget https://github.com/SChernykh/p2pool/releases/download/v3.8/p2pool-v3.8-linux-x64.tar.gz
|
RUN wget https://github.com/SChernykh/p2pool/releases/download/v3.9/p2pool-v3.9-linux-x64.tar.gz
|
||||||
RUN tar xvf p2pool-v3.8-linux-x64.tar.gz
|
RUN tar xvf p2pool-v3.9-linux-x64.tar.gz
|
||||||
RUN mv p2pool-v3.8-linux-x64/p2pool ./p2pool
|
RUN mv p2pool-v3.9-linux-x64/p2pool ./p2pool
|
||||||
|
|
||||||
COPY --chown=matt:matt entry.sh ./
|
COPY --chown=matt:matt entry.sh ./
|
||||||
|
Loading…
x
Reference in New Issue
Block a user