Compare commits
2 Commits
d1081d24a6
...
abb7413750
Author | SHA1 | Date | |
---|---|---|---|
abb7413750 | |||
8b251e55a1 |
29
README.md
29
README.md
@ -1,29 +0,0 @@
|
|||||||
# 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
|
|
||||||
```
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
```
|
|
||||||
apt-get update && apt-get install -y curl git
|
|
||||||
curl https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/master/desktop_install.sh | sh
|
|
||||||
```
|
|
||||||
|
|
||||||
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
|
|
||||||
```
|
|
Loading…
Reference in New Issue
Block a user