Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wynwxst/make-your-sileo
Sileo-Source-Installer
https://github.com/wynwxst/make-your-sileo
Last synced: 8 days ago
JSON representation
Sileo-Source-Installer
- Host: GitHub
- URL: https://github.com/wynwxst/make-your-sileo
- Owner: wynwxst
- Created: 2020-09-09T10:04:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T03:11:59.000Z (over 4 years ago)
- Last Synced: 2024-11-13T04:33:55.629Z (2 months ago)
- Language: Shell
- Homepage: https://repl.it/@TheOdysseyJB/Make-Your-Sileo
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sileo/Source/Installer
# Demo
```
For a demo go to https://Sileo.theodysseyjb.repl.run
```
[demo](https://Sileo.theodysseyjb.repl.run)# Steps
1. Download the dependencies by running
```
wget https://raw.githubusercontent.com/cool5tar/Make-Your-Sileo/master/dl-all.sh
bash dl-all.sh
```
or use curl
```
curl https://raw.githubusercontent.com/cool5tar/Make-Your-Sileo/master/dl-all.bash | bash
```Dont worry the program will create a folder for the files
2. Start the installer by running (our installer will run automatically but just in case you quit...)
```
(sudo) bash main.sh
```
the path should be...
```
cd ~
cd Make-Your-Sileo
(sudo) bash main.sh
```3. Have Fun!!!
# Extra
go to https://repl.it/@TheOdysseyJB/Make-Your-Sileo for the repl of the code