Fixes back for linux. macOS won't be supported

This commit is contained in:
2022-12-08 10:15:11 +01:00
parent b541768feb
commit c9dbf5452e

View File

@@ -89,7 +89,7 @@ files=".config/fish \
function this_script_root_dir() {
dirname ${BASH_SOURCE[0]}
dirname $(realpath ${BASH_SOURCE[0]})
}
function run() {
@@ -240,6 +240,10 @@ function update_oh_my_fish() {
}
function update_home() {
if $VERBOSE
then
echo "--- this_script_root_dir: ${this_script_root_dir}"
fi
update_repos
install_deps
install_files