Skip to content

kfatehi/tici-developer-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

  1. Generate ssh key
ssh-keygen -f /data/ssh/id_rsa
  1. Reveal the public key and then add it to github https://github.com/settings/ssh/new
cat /data/ssh/id_rsa.pub
  1. Clone into /data/media/developer
git clone git@github.com:kfatehi/tici-developer-setup /data/media/developer
  1. 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 /

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published