TI-Tokyo / riak-docs-fork

Riak Products Documentation
http://www.tiot.jp/riak-docs/
Other
3 stars 6 forks source link

Typo(s?) in Alpine setup docs #255

Closed Bob-The-Marauder closed 4 months ago

Bob-The-Marauder commented 9 months ago

On https://www.tiot.jp/riak-docs/riak/kv/3.0.16/setup/installing/alpine-linux/#riak-64-bit-installation there the following command: echo https://files.tiot.jp/alpine/v3.16/main >> /etc/apk/repositories shouldn't this be quoted i.e. sudo echo "https://files.tiot.jp/alpine/v3.16/main" >> /etc/apk/repositories

Underneath, should this be changed to curl? wget http://files.tiot.jp/alpine/alpine@tiot.jp.rsa.pub -O /etc/apk/keys/alpine@tiot.jp.rsa.pub to

cd  /etc/apk/keys/
sudo curl http://files.tiot.jp/alpine/alpine@tiot.jp.rsa.pub -O

the logic being that wget is not necessarily installed on Alpine by default. Admitedly, as some people only keep with the minimal install i.e. the root user is the user so sudo becomes a moot point.