commit d439592012f7858a81ef1e384713128905908e10 from: smytht via: GitHub date: Fri Sep 06 20:22:12 2024 UTC Update README.md remove chmod commands and use sh ... .. with shell script instead based on feedback from STSP commit - f59823bb564ec56fae2ab0b57805418d866d96c4 commit + d439592012f7858a81ef1e384713128905908e10 blob - 0677aa6dc53fe67efde404bb02fb837a04ef5d88 blob + 8086e07d2d49b159e3d80b5437879667b3c8f552 --- README.md +++ README.md @@ -129,16 +129,14 @@ make install ```shell cd nsh cd scripts/shell -chmod 700 rc.local-nsh-openbsd-integrate.sh -./rc.local-nsh-openbsd-integrate.sh +sh ./rc.local-nsh-openbsd-integrate.sh ``` - If you have installed nsh via the OpenBSD ports package you can run the integration script as follows ```shell cd /usr/local/share/exampes/nsh cd scripts/shell -chmod 700 rc.local-nsh-openbsd-integrate.sh -./rc.local-nsh-openbsd-integrate.sh +sh ./rc.local-nsh-openbsd-integrate.sh ``` 14. once configuration has been imported, restart the system and verify nsh config is running as expected.