Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiinne authored May 30, 2022
1 parent 74e73cc commit 5fc220c
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
#!/usr/bin/bash

pkg upgrade -y
pkg update -y
pkg install nodejs -y
pkg clean
pkg install tty-clock -y
pkg install sox -y
pkg install jq -y
pkg install mc -y
pkg install figlet -y
pkg install wget -y
pkg install yarn
pkg install ffmpeg
pkg install libwebp -y
pkg install nodejs -y
pkg install tesseract -y
pkg install imagemagick -y
wget -O ~/../usr/share/tessdata/ind.traineddata "https://github.com/tesseract-ocr/tessdata/blob/master/ind.traineddata?raw=true"
yarn

echo ":::::::::::::::::::::::::::::::::"
echo ":::::::::::::::::::::::::::::::::"
echo "::::: Aine :::::"
Expand All @@ -13,4 +34,4 @@ echo ":::::::::::::::::::::::::::::::::"
echo "[*] JANGAN DISHARE, DI SHARE REPO INI AKAN DI HAPUS !!"
echo "[*] Made by Muhammad Ridwan Reynaldy"
echo "[*] All dependencies have been installed, please run the command \"npm start\" to immediately start the script"
npm start
npm start

0 comments on commit 5fc220c

Please sign in to comment.