Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 24
and
Version 25
of
newport
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
12/20/2017 11:45:19 PM (
7 years
ago)
Author:
Bobby Jones
Comment:
fix repo path addition to ~/.profile
Legend:
Unmodified
Added
Removed
Modified
newport
v24
v25
143
143
{{{#!bash
144
144
mkdir $HOME/.bin/
145
e
xport PATH=\$PATH:$HOME/.bin/repo
>> $HOME/.profile
145
e
cho "PATH=\$PATH:$HOME/.bin/repo"
>> $HOME/.profile
146
146
curl https://storage.googleapis.com/git-repo-downloads/repo > $HOME/.bin/repo
147
147
chmod a+x $HOME/.bin/repo