Setup raspberry pi 4
1sudo apt update
2sudo apt install git cmake ninja-build gettext libtool libtool-bin autoconf automake \
3 pkg-config unzip curl
4
5git clone --depth 1 https://github.com/neovim/neovim.git -b release-0.11
6cd neovim
7
8make CMAKE_BUILD_TYPE=Release
9sudo make install1curl -fsSL https://get.docker.com | sh
2sudo usermod -aG docker $USER
3newgrp docker
4
5sudo apt-get update
6sudo apt-get install -y docker-compose-plugin
7docker compose version1su
2curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash1curl -fsSL https://raw.githubusercontent.com/coollabsio/coolify-cli/main/scripts/install.sh | bashGet notified when I publish new articles, tutorials, and project updates. Subscribe for insights and actionable content.