online/cmd/lib

# RPiOS: update and install git, figlet, lolcat and set timezone (europe/berlin)
curl http://cargologo.com/bash/basic | bash
view: http://cargologo.com/bash/basic

# RPiOS: install smb
curl http://cargologo.com/bash/smb | bash
view: http://cargologo.com/bash/smb

# RPiOS: remove smb
curl http://cargologo.com/bash/del-smb | bash
view: http://cargologo.com/bash/del-smb

# RPiOS: install node
curl http://cargologo.com/bash/node | bash
view: http://cargologo.com/bash/node

# linux and macOS: show hardware and software info
curl http://cargologo.com/bash/info | bash
view: http://cargologo.com/bash/info

# linux and macOS: show bitness of Board and current OS
curl http://cargologo.com/bash/bitness | bash
view: http://cargologo.com/bash/bitness

# macOS: set Wifi on Raspberry Pi over SSH
curl http://cargologo.com/bash/set-wifi | bash
view: http://cargologo.com/bash/set-wifi