online/cmd/lib

# RPiOS/Ubuntu: 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/Ubuntu: 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/macOS: show hardware and software info
curl http://cargologo.com/bash/info | bash
view: http://cargologo.com/bash/info

# Linux/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

# Raspberry Pi OS: fix locale (LC_ALL) with setting en_GB.UTF-8
curl http://cargologo.com/bash/set_locale_all | bash
view: http://cargologo.com/bash/set_locale_all

# Raspberry Pi OS: set wallpaper
curl http://cargologo.com/bash/wallpaper | bash
view: http://cargologo.com/bash/wallpaper