temp bash source fix, elm install scrip

This commit is contained in:
Andrejus
2020-07-11 16:40:24 +01:00
parent 57eb54e2d5
commit 40d057bcf9
3 changed files with 13 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ bash_target="$HOME"
link_folder "$bash_source" "$bash_target"
echo "bash dotfiles are linked"
source "$HOME/.bashrc"
echo "bashrc sourced"
sudo chmod -R 0644 /etc/update-motd.d/
bash --version