self/install/target
This commit is contained in:
parent
01e6165788
commit
f2ae14fe23
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ rwx_self_install() {
|
||||||
rwx_remove "${file}"
|
rwx_remove "${file}"
|
||||||
rwx_file_write "${file}" "export ENV=\"${RWX_MAIN_PATH}\""
|
rwx_file_write "${file}" "export ENV=\"${RWX_MAIN_PATH}\""
|
||||||
# bash
|
# bash
|
||||||
file="/etc/bash.bashrc"
|
file="${target}/etc/bash.bashrc"
|
||||||
rwx_remove "${file}"
|
rwx_remove "${file}"
|
||||||
rwx_link "${file}" "${RWX_MAIN_PATH}"
|
rwx_link "${file}" "${RWX_MAIN_PATH}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue