InstaTout/README.md

30 lines
830 B
Markdown
Raw Normal View History

2022-03-19 03:17:13 -04:00
# To auto-install run the commands below as root
## For laptop
```
apt-get update && apt-get install -y curl git
curl https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/master/laptop_install.sh | sh
```
2022-03-24 01:56:56 -04:00
or if you want to set a custom git download folder
```
apt-get update && apt-get install -y curl git
curl https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/master/laptop_install.sh "./path/to/stuff" | sh
```
## For desktop
2022-03-19 03:17:13 -04:00
```
apt-get update && apt-get install -y curl git
curl https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/master/desktop_install.sh | sh
2022-03-19 03:17:13 -04:00
```
2022-03-24 01:56:56 -04:00
or if you want to set a custom git download folder
```
apt-get update && apt-get install -y curl git
curl https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/master/desktop_install.sh "./path/to/stuff" | sh
```