Skip to content

Commit

Permalink
Revert "switch to bash_profile"
Browse files Browse the repository at this point in the history
This reverts commit c59abc0.
  • Loading branch information
reelsense committed Oct 4, 2017
1 parent c59abc0 commit 937f966
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cd ~ ; mkdir .4s-core ; cd ~/.4s-core ; fetch https://raw.githubusercontent.com/
```
Paste that into a Terminal.

## Ubuntu - .bash_profile edition
## Ubuntu - .bashrc edition

### Instructions

Expand All @@ -44,7 +44,7 @@ Get dependencies.
### Install

```
cd ~ ; mkdir .4s-core ; wget -q https://raw.githubusercontent.com/4-S/4S/master/ubuntu-bash/.4s-index -O ~/.4s-core/.4s-index ; echo 'source ~/.4s-core/.4s-index' >> ~/.bash_profile ; wget -q https://raw.githubusercontent.com/4-S/4S-core/master/ubuntu-bash/.4s-core/.4s-core-index -O ~/.4s-core/.4s-core-index ; cd ~ ; wget -q https://raw.githubusercontent.com/4-S/4S-core/master/ubuntu-bash/.4s-core-custom-updater-config -O ~/.4s-core-custom-updater-config ; source ~/.bash_profile
cd ~ ; mkdir .4s-core ; wget -q https://raw.githubusercontent.com/4-S/4S/master/ubuntu-bash/.4s-index -O ~/.4s-core/.4s-index ; echo 'source ~/.4s-core/.4s-index' >> ~/.bashrc ; wget -q https://raw.githubusercontent.com/4-S/4S-core/master/ubuntu-bash/.4s-core/.4s-core-index -O ~/.4s-core/.4s-core-index ; cd ~ ; wget -q https://raw.githubusercontent.com/4-S/4S-core/master/ubuntu-bash/.4s-core-custom-updater-config -O ~/.4s-core-custom-updater-config ; source ~/.bashrc
```
Paste that into a Terminal.

Expand Down
4 changes: 2 additions & 2 deletions ubuntu-bash/.4s-index
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
source ~/.4s-core/.4s-core-index
##
## 4S Update command - Re-downloads and overwrites everything except 4s-core-custom-updater stuff.
alias 4s-update='cd ~ ; wget -q http://4s-stable.ipfu.org/ubuntu-bash/.4s-index -O ~/.4s-core/.4s-index ; wget -q http://4s-stable-core.ipfu.org/ubuntu-bash/.4s-core/.4s-core-index -O ~/.4s-core/.4s-core-index ; source ~/.bash_profile'
alias 4s-update='cd ~ ; wget -q http://4s-stable.ipfu.org/ubuntu-bash/.4s-index -O ~/.4s-core/.4s-index ; wget -q http://4s-stable-core.ipfu.org/ubuntu-bash/.4s-core/.4s-core-index -O ~/.4s-core/.4s-core-index ; source ~/.bashrc'
##
################################################################################

Expand All @@ -27,6 +27,6 @@ source ~/.4s-core-custom-updater-config

############################### TESTING AND DEV ################################
## 4S DEV Update command - Re-downloads and overwrites everything except 4s-core-custom-updater stuff.
#alias 4s-4dev-update='wget -q http://4s-dev.ipfu.org/ubuntu-bash/.4s-index -O ~/.4s-core/.4s-index ; wget -q http://4s-dev-core.ipfu.org/ubuntu-bash/.4s-core/.4s-core-index -O ~/.4s-core/.4s-core-index ; source ~/.bash_profile'
#alias 4s-4dev-update='wget -q http://4s-dev.ipfu.org/ubuntu-bash/.4s-index -O ~/.4s-core/.4s-index ; wget -q http://4s-dev-core.ipfu.org/ubuntu-bash/.4s-core/.4s-core-index -O ~/.4s-core/.4s-core-index ; source ~/.bashrc'
##
################################################################################

0 comments on commit 937f966

Please sign in to comment.