Fixes back for linux. macOS won't be supported
This commit is contained in:
@@ -89,7 +89,7 @@ files=".config/fish \
|
|||||||
|
|
||||||
|
|
||||||
function this_script_root_dir() {
|
function this_script_root_dir() {
|
||||||
dirname ${BASH_SOURCE[0]}
|
dirname $(realpath ${BASH_SOURCE[0]})
|
||||||
}
|
}
|
||||||
|
|
||||||
function run() {
|
function run() {
|
||||||
@@ -240,6 +240,10 @@ function update_oh_my_fish() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function update_home() {
|
function update_home() {
|
||||||
|
if $VERBOSE
|
||||||
|
then
|
||||||
|
echo "--- this_script_root_dir: ${this_script_root_dir}"
|
||||||
|
fi
|
||||||
update_repos
|
update_repos
|
||||||
install_deps
|
install_deps
|
||||||
install_files
|
install_files
|
||||||
|
|||||||
Reference in New Issue
Block a user