34 lines
668 B
Markdown
34 lines
668 B
Markdown
# To auto-install run the commands below as root
|
|
|
|
## For deb on ...
|
|
|
|
### laptop
|
|
|
|
```
|
|
apt-get update && apt-get install -y curl git
|
|
curl https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/deb/laptop_install.sh | sh
|
|
```
|
|
|
|
### desktop
|
|
|
|
```
|
|
apt-get update && apt-get install -y curl git
|
|
curl https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/deb/desktop_install.sh | sh
|
|
```
|
|
|
|
## For arch on ...
|
|
|
|
### laptop
|
|
|
|
```
|
|
pacman -Syu curl git
|
|
https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/arch/laptop_install.sh
|
|
```
|
|
|
|
### desktop
|
|
|
|
```
|
|
pacman -Syu curl git
|
|
https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/arch/desktop_install.sh
|
|
```
|