Skip to content

Commit

Permalink
ci: Fix the path (#3622)
Browse files Browse the repository at this point in the history
  • Loading branch information
yutkat authored Feb 10, 2025
1 parent 6e17ea7 commit 68eac58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_scripts/dotsinstaller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function main() {

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

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

0 comments on commit 68eac58

Please sign in to comment.