super_ball/thrower_daemon/install2.sh

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