Skip to content

Commit

Permalink
🔘 Remove echo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maseshi committed May 3, 2024
1 parent 112a2f9 commit dd9be08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ echo # Will install: git, nodejs, default-jre, #
echo # python3, ffmpeg and build-essential #
echo # #
echo ##################################################
echo.
echo
echo Updating system packages and installing required packages...
sudo apt-get update -y && sudo apt-get upgrade -y
sudo apt-get install curl && curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt-get install -y git nodejs default-jre python3 ffmpeg build-essential
echo.
echo
echo Updating NPM to the latest version and installing components...
sudo npm install -g npm@latest && sudo npm install
echo.
echo
echo Starting up the system...
sudo npm start

0 comments on commit dd9be08

Please sign in to comment.