Skip to content

Commit

Permalink
install must force delete, cause file might not be there
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneTR committed Nov 25, 2022
1 parent 1625424 commit b49d14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ while IFS= read -r subdir; do
done

echo "Linking DC measurement provider library file to /usr/lib"
sudo rm /usr/lib/libpicohrdl.so.2
sudo rm -f /usr/lib/libpicohrdl.so.2
sudo ln -s $(pwd)/tools/metric_providers/psu/energy/dc/system/libpicohrdl.so.2 /usr/lib/

etc_hosts_line_1="127.0.0.1 green-coding-postgres-container"
Expand Down

0 comments on commit b49d14e

Please sign in to comment.