Compare commits
No commits in common. "abb7413750f0244295f0f72f8569ef55aa93becf" and "d1081d24a662ad8a3485dc2325e1b9a147199b10" have entirely different histories.
abb7413750
...
d1081d24a6
29
README.md
Normal file
29
README.md
Normal file
@ -0,0 +1,29 @@
|
||||
# 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