https://github.com/kfatehi/tici-developer-setup
https://github.com/kfatehi/tici-developer-setup
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kfatehi/tici-developer-setup
- Owner: kfatehi
- Created: 2021-12-05T07:53:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-02T04:23:12.000Z (about 2 years ago)
- Last Synced: 2025-02-24T12:13:56.508Z (4 months ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install
1. Generate ssh key
```
ssh-keygen -f /data/ssh/id_rsa
```
2. Reveal the public key and then add it to github https://github.com/settings/ssh/new
```
cat /data/ssh/id_rsa.pub
```
3. Clone into /data/media/developer
```
git clone [email protected]:kfatehi/tici-developer-setup /data/media/developer
```
4. Add to the end of /etc/profile
```
sudo mount -o remount,rw /
echo "source /data/media/developer/setup.sh" >> /etc/profile
sudo mount -o remount,ro /
```