From 937f966fb49cac8ab4aea47457bec73675c26d2e Mon Sep 17 00:00:00 2001 From: Bryan Black Date: Tue, 3 Oct 2017 22:21:10 -0700 Subject: [PATCH] Revert "switch to bash_profile" This reverts commit c59abc05435852bab4aee5e6833d7784c375c7d0. --- README.md | 4 ++-- ubuntu-bash/.4s-index | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 161533b..9d8c024 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. diff --git a/ubuntu-bash/.4s-index b/ubuntu-bash/.4s-index index aa62d4a..927676b 100644 --- a/ubuntu-bash/.4s-index +++ b/ubuntu-bash/.4s-index @@ -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' ## ################################################################################ @@ -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' ## ################################################################################