mirror of
https://github.com/etlegacy/etlegacy-snap.git
synced 2024-11-22 03:51:10 +00:00
25 lines
412 B
Markdown
25 lines
412 B
Markdown
|
# ET Legacy on Snap
|
||
|
## Ubuntu/Ubuntu Core/Frame IoT and others Linux distributions that support Snap
|
||
|
|
||
|
To install ET Legacy Snap.
|
||
|
```
|
||
|
sudo snap install etlegacy --stable
|
||
|
```
|
||
|
|
||
|
Supported Architectures:
|
||
|
```
|
||
|
amd64 | arm64
|
||
|
```
|
||
|
|
||
|
## Other requirements if needed
|
||
|
```
|
||
|
/snap/etlegacy/current/bin/setup.sh
|
||
|
```
|
||
|
|
||
|
To run ET Legacy Snap.
|
||
|
```
|
||
|
Type:
|
||
|
etlegacy.etl to run client side
|
||
|
etlegacy.etl-ded to run server side
|
||
|
```
|