Changeset 1116
- Timestamp:
- 11/14/08 06:49:28 (8 weeks ago)
- Location:
- Profiles
- Files:
-
- 2 modified
- 1 copied
-
Ubuntu (copied) (copied from Profiles/Debian) (1 prop)
-
Ubuntu/.bash_profile (modified) (1 diff)
-
setup.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Profiles/Ubuntu
-
Profiles/Ubuntu/.bash_profile
r1066 r1116 10 10 11 11 BASH_ENV="$HOME/.bashrc" 12 PATH=" /usr/local/sbin:/usr/sbin:/sbin:$PATH:$HOME/bin"12 PATH="$PATH:$HOME/bin" 13 13 EDITOR=vim 14 14 -
Profiles/setup.sh
r1104 r1116 20 20 ;; 21 21 (Linux) 22 if [[ -f /etc/debian_version ]]; then 22 if [[ -f /etc/lsb-release ]] && grep -q '^DISTRIB_ID=Ubuntu$' /etc/lsb-release; then 23 profile="$profiles/Ubuntu" 24 elif [[ -f /etc/debian_version ]]; then 23 25 profile="$profiles/Debian" 24 26 elif [[ -f /etc/redhat-release ]]; then
