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' ## ################################################################################