Files
super_ball/thrower_daemon/install2.sh
2025-09-29 07:21:46 -04:00

12 lines
209 B
Bash

#!/bin/bash
# Superball Thrower Daemon Installation Script
# This script installs and configures the Superball Thrower daemon
sudo apt install nodejs npm
# Verify installation
node --version
npm --version