Skip to content

Commit

Permalink
ci: Fix to create the directory
Browse files Browse the repository at this point in the history
  • Loading branch information
yutkat committed Feb 10, 2025
1 parent e26661c commit df93d3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install_scripts/dotsinstaller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ function main() {

if [[ "$is_update" = true ]]; then
source $current_dir/lib/dotsinstaller/install-basic-packages.sh
mkdir -p ~/.local/
ln -snf $current_dir/lib/dotsinstaller/bin/* ~/.local/bin/

if [[ "$with_gui" = true ]]; then
Expand Down

0 comments on commit df93d3f

Please sign in to comment.