Compare commits
No commits in common. "master" and "9a025ab22b90a73784d508a06363eb890c1d19b7" have entirely different histories.
master
...
9a025ab22b
|
@ -1,5 +1,2 @@
|
||||||
# pinebook
|
# pinebook
|
||||||
|
|
||||||
pinebook# ll /etc/bash_completion.d/uboot-bash-completion
|
|
||||||
/etc/bash_completion.d/uboot-bash-completion -> /home/pinebook/jcarr-pinebook/u-boot/uboot-bash-completion
|
|
||||||
|
|
||||||
|
|
|
@ -14,12 +14,6 @@ case "$1" in
|
||||||
echo fucking clean
|
echo fucking clean
|
||||||
echo fucking clean
|
echo fucking clean
|
||||||
;;
|
;;
|
||||||
fetch)
|
|
||||||
git remote add jcarr git@git.wit.com:jcarr/u-boot.git
|
|
||||||
git fetch jcarr
|
|
||||||
git fetch trini
|
|
||||||
git fetch origin
|
|
||||||
;;
|
|
||||||
deps)
|
deps)
|
||||||
apt install -f libpython-dev
|
apt install -f libpython-dev
|
||||||
if [ ! -f /usr/bin/bison ]; then
|
if [ ! -f /usr/bin/bison ]; then
|
||||||
|
|
Loading…
Reference in New Issue