Skip to content

Commit

Permalink
Update recommended cp command
Browse files Browse the repository at this point in the history
  • Loading branch information
radurentea committed Aug 2, 2024
1 parent 9588ad6 commit c0755a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/setup/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const isLinuxPlatform = computed(() => {
const openOCDRulesPathText = computed(() => {
return openOCDRulesPath.value !== ""
? `sudo cp -n ${openOCDRulesPath.value} /etc/udev/rules.d`
? `sudo cp --update=none ${openOCDRulesPath.value} /etc/udev/rules.d`
: "";
});
</script>
Expand Down

0 comments on commit c0755a9

Please sign in to comment.