Skip to content

Commit 9482bac

Browse files
committed
[Fix] - add sudo when change owner of directory when setting up
1 parent 9f159d1 commit 9482bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ echo "random_string" > ~/.password_assume_role_encrypted
5151
### Setup from source code
5252
```
5353
sudo mkdir -p /opt/lamhaison-tools
54-
chown $(whoami) /opt/lamhaison-tools
54+
sudo chown $(whoami) /opt/lamhaison-tools
5555
cd /opt/lamhaison-tools
5656
5757
# If you using ~/.bashrc

0 commit comments

Comments
 (0)