Skip to content

Commit d7a4a23

Browse files
committed
Remove sudo
1 parent 4e0f935 commit d7a4a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/windows/openocd/build-openocd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cd openocd
1010
cd jimtcl
1111
./configure
1212
make
13-
sudo make install
13+
make install
1414
cd ..
1515

1616
./bootstrap

0 commit comments

Comments
 (0)