Skip to content

Commit

Permalink
Fix installation issue when /home/xose/.local/lib not existing
Browse files Browse the repository at this point in the history
  • Loading branch information
xoseperez committed Oct 7, 2024
1 parent 0f768a4 commit 71d2fef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.3 (2024-10-07)

* Fix installation issue when $HOME/.local/lib not existing

## 0.1.2 (2024-03-14)

* Code maintenance and clean up
Expand Down
2 changes: 1 addition & 1 deletion rakpios-cli
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ do_fresh_install() {
do_check_dependencies
do_clean_up
do_print_install_location
do_check_directory "${DIR_TMP}" "${DIR_CNF}" "${DIR_BIN}" # "${DIR_LIB}" # DIR_LIB is created below
do_check_directory "${DIR_TMP}" "${DIR_CNF}" "${DIR_BIN}" "${DIR_LIB}"

# clone the rakpios-cli repo and move the files
if [[ $UPGRADE -eq 1 ]]; then
Expand Down

0 comments on commit 71d2fef

Please sign in to comment.