Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation on Linux #115

Open
LordPa1n opened this issue Sep 15, 2017 · 2 comments
Open

Installation on Linux #115

LordPa1n opened this issue Sep 15, 2017 · 2 comments

Comments

@LordPa1n
Copy link

Hello, just saw that it supports Linux. I have a Linux VPS and I wanna run Hourboostr on that. How do I do that? I'm not a programmer so I have least idea regarding this. Can anyone running this on Linux help me out on how to do so?

Regards

@Guldsmeden
Copy link

COPY PASTE made by Guldsmeden

apt-get update && apt-get install curl libcurl3 php5-curl nano htop && apt-get upgrade

wget --no-check-certificate -4 --verbose "https://nodejs.org/dist/latest/node-$(curl -L 'nodejs.org/dist/index.tab' |sed -n '2p' | awk '{print $1 }')-linux-x64.tar.gz" -O /tmp/nodejs.tar.gz

tar --strip-components 1 -xzvf /tmp/nodejs.tar.gz -C /usr/local

npm -g install npm@latest

npm -g install coffee-script pm2

apt-get install git && git clone https://github.com/frk1/steamhourboostv2.git && cd steamhourboostv2/ && ls

npm install .

pm2 install coffeescript && pm2 delete all

coffee user.coffee

#add your steam account and select games to boost, using arrow keys and space.#

pm2 start boost.coffee

#You can use "pm2 logs boost" to show live logs, use CTRL + C, on windows, to exit.#

#not really sure on how to get more account, but this works for one account#

@Priyansh2
Copy link

@Guldsmeden is this method still works in 2020 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants