Last active
January 21, 2023 17:07
-
-
Save fdciabdul/3a6d11da2600323ecae64c719638a1ec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pkg update -y | |
| pkg upgrade -y | |
| pkg install nodejs -y | |
| pkg install wget -y | |
| pkg install termux-api -y | |
| termux-sms-list | |
| mkdir sms-server | |
| cd sms-server | |
| wget https://gist.githubusercontent.com/fdciabdul/9502c32d9473470930b7c3bb63ad2164/raw/bcdc00643f47ecf02852827d8aa4e44788a5fdfd/server.js | |
| wget https://gist.githubusercontent.com/fdciabdul/facb03dda67078edd567ec8975c045bf/raw/4d1d1bc61c851eccd8d5fa0be1e1b11b8468266d/package.json | |
| npm install | |
| npm install -g nodemon | |
| nodemon server.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment