mirror of
https://git.yip.gay/c3gov/c3gov.git
synced 2026-08-11 22:54:39 +00:00
Installation
This commit is contained in:
@@ -50,3 +50,13 @@ The following passports are supported atm:
|
||||
|
||||
Do you want yours to be supported, too?
|
||||
Talk to me and send me 3 example pieces. :)
|
||||
|
||||
### Installation
|
||||
|
||||
1. Be root.
|
||||
2. `cd /root`
|
||||
3. `git clone https://git.chaospott.de/Bandie/c3gov`
|
||||
4. `cd c3gov`
|
||||
5. `cp -r etc/systemd/system/* /etc/systemd/system`
|
||||
6. `systemctl enable --now getty@ttyUSB0`
|
||||
7. `systemctl enable --now getty@ttyUSB1` (if there's will be a second client)
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
[Service]
|
||||
TTYVTDisallocate=no
|
||||
@@ -1,5 +0,0 @@
|
||||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=-/sbin/getty -8 38400 tty1
|
||||
StandardInput=tty
|
||||
StandardOutput=tty
|
||||
Reference in New Issue
Block a user