Skip to content

Commit

Permalink
Update recommended cp command (#1269)
Browse files Browse the repository at this point in the history
  • Loading branch information
radurentea authored Sep 24, 2024
1 parent b90c27c commit b8cda55
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 b8cda55

Please sign in to comment.