https://github.com/vitexus/factorio-demo-deb
Debian package for Factorio game demo
https://github.com/vitexus/factorio-demo-deb
Last synced: 5 months ago
JSON representation
Debian package for Factorio game demo
- Host: GitHub
- URL: https://github.com/vitexus/factorio-demo-deb
- Owner: Vitexus
- Created: 2020-08-07T20:26:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-01T11:19:27.000Z (over 2 years ago)
- Last Synced: 2025-04-09T04:42:02.167Z (about 1 year ago)
- Size: 78.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Factorio Demo
=============
Repacked archive from https://factorio.com/download ready to install on Debian & friends.
Installation:
------------
```shell
sudo apt install lsb-release wget
echo "deb http://repo.vitexsoftware.cz $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo wget -O /etc/apt/trusted.gpg.d/vitexsoftware.gpg http://repo.vitexsoftware.cz/keyring.gpg
sudo apt update
sudo apt install factorio-demo
```
Building
--------
To build current version execute simply:
```shell
debuild -us -uc
```
You can also specify version requested:
```shell
FORCE_FACTORIO_VERSION=1.1.42 debuild -us -uc
```
to repack https://www.factorio.com/get-download/1.1.42/demo/linux64 as deb archive.
See also: https://github.com/factoriommo/factorio-multienv-ctl Full Game packager: https://github.com/Vitexus/factorio-deb/