2022-03-19 03:17:13 -04:00
|
|
|
# To auto-install run the commands below as root
|
|
|
|
|
2022-06-06 21:28:56 -04:00
|
|
|
## For deb on ...
|
|
|
|
|
|
|
|
### laptop
|
2022-03-23 18:24:02 -04:00
|
|
|
|
|
|
|
```
|
|
|
|
apt-get update && apt-get install -y curl git
|
2022-06-06 21:28:56 -04:00
|
|
|
curl https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/deb/laptop_install.sh | sh
|
2022-03-23 18:24:02 -04:00
|
|
|
```
|
|
|
|
|
2022-06-06 21:28:56 -04:00
|
|
|
### desktop
|
2022-03-24 01:56:56 -04:00
|
|
|
|
|
|
|
```
|
|
|
|
apt-get update && apt-get install -y curl git
|
2022-06-06 21:28:56 -04:00
|
|
|
curl https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/deb/desktop_install.sh | sh
|
2022-03-24 01:56:56 -04:00
|
|
|
```
|
|
|
|
|
2022-06-06 21:28:56 -04:00
|
|
|
## For arch on ...
|
|
|
|
|
|
|
|
### laptop
|
2022-03-23 18:24:02 -04:00
|
|
|
|
2022-03-19 03:17:13 -04:00
|
|
|
```
|
2022-06-06 21:28:56 -04:00
|
|
|
pacman -Syu curl git
|
|
|
|
https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/arch/laptop_install.sh
|
2022-03-19 03:17:13 -04:00
|
|
|
```
|
2022-03-24 01:56:56 -04:00
|
|
|
|
2022-06-06 21:28:56 -04:00
|
|
|
### desktop
|
2022-03-24 01:56:56 -04:00
|
|
|
|
|
|
|
```
|
2022-06-06 21:28:56 -04:00
|
|
|
pacman -Syu curl git
|
|
|
|
https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/arch/desktop_install.sh
|
2022-03-24 01:56:56 -04:00
|
|
|
```
|