mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-21 16:36:30 +00:00
Update linux config
This commit is contained in:
parent
4d54b5f61d
commit
1a6ac7fe16
@ -20,6 +20,8 @@ export PATH=/opt/local/bin:/opt/local/sbin:$PATH
|
||||
# Android SDK
|
||||
if [[ "$DET_OS" == "linux" ]]; then
|
||||
ANDROID_SDK=$HOME/workspace/adt-bundle-linux/sdk
|
||||
export GOROOT=/usr/local/go
|
||||
export PATH=$PATH:$GOROOT/bin
|
||||
elif [[ "$DET_OS" == "mac" ]]; then
|
||||
ANDROID_SDK=$HOME/workspace/android-sdk-macosx
|
||||
export PATH=$HOME/Library/Python/2.7/bin:$PATH
|
||||
|
@ -19,7 +19,7 @@ case "$PACKAGE_MANAGER" in
|
||||
if [ -n "$(apt-cache policy silversearcher-ag)" ] ; then
|
||||
sudo_package 'silversearcher-ag'
|
||||
fi
|
||||
sudo_package 'build-essential bash-completion rubygems tmux vim gvim'
|
||||
sudo_package 'build-essential bash-completion tmux vim'
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user