Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfab1 committed Oct 28, 2024
1 parent e7013f7 commit fb1d9b9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/make/games/digital-helper/facturio.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Facturio

``` sh
service factorio stop
sudo -u factorio bash
wget https://factorio.com/get-download/stable/headless/linux64 -O factorio_headless.tar.xz
tar -xvf factorio_headless.tar.xz
rsync -au factorio/ server/
service factorio start
```

0 comments on commit fb1d9b9

Please sign in to comment.