Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/selfup/bootstrapper
Some bootstrap scripts for my environment
https://github.com/selfup/bootstrapper
Last synced: about 1 month ago
JSON representation
Some bootstrap scripts for my environment
- Host: GitHub
- URL: https://github.com/selfup/bootstrapper
- Owner: selfup
- License: mit
- Created: 2020-02-12T22:03:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T02:45:59.000Z (11 months ago)
- Last Synced: 2024-10-20T07:39:06.892Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bootstrapper
Install things on stuff!
Currently support installing Go (golang) on x86_64 platforms.
### :warning: Steps and Warnings :warning:
1. If you are not me, you should probably not use this.
1. It can be destructive!
1. I repeat, this was written for me
1. No Apple M1/ARM support
1. Inspect all scripts before running them
1. Fully understand what the commands are doing#### Linux/Mac: Go 1.18
`./scripts/golang.sh`
#### Windows: Go 1.18
:warning: _this will start downloading the .msi_ :warning:
https://golang.org/doc/install?download=go1.18.windows-amd64.msi
### LICENSE
This project is MIT licensed. Please check the LICENSE file.