GithubHelp home page GithubHelp logo

xterna / income-generator Goto Github PK

View Code? Open in Web Editor NEW
41.0 1.0 4.0 112 KB

A set & forget, multi-platform, lightweight, self-updating Docker stack that manages a suite of passive income applications utilising unused internet bandwidth. Designed using native OS solution for fast deployment in mind with global tool access.

License: Other

Shell 97.28% Batchfile 2.72%
docker bandwidth cash crypto earnapp honeygain income money passive-income peer2profit

income-generator's People

Contributors

xterna avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

income-generator's Issues

I cant open it

@echo off
setlocal

winget --version >nul 2>&1
if %errorlevel% neq 0 (
echo No winget found on the system. Please install winget before proceeding.
exit /b 1
)

wsl --version >nul 2>&1
if %errorlevel% equ 0 (
wsl [ -d ~/.income-generator ] && wsl "${SHELL##*/}" -ilc "igm" || (
echo No Income Generator Tool found. Fetching...
echo:

    wsl git clone --depth=1 https://github.com/XternA/income-generator.git ~/.income-generator
    wsl grep -q "igm='(cd ~/.income-generator; sh start.sh)'" ~/."${SHELL##*/}"rc || (
        wsl echo "alias igm='(cd ~/.income-generator; sh start.sh)'" >> ~/."${SHELL##*/}"rc
        wsl source ~/."${SHELL##*/}"rc
    )

    echo:
    echo Launching...
    timeout /t 2 /nobreak >nul 2>&1
    wsl "${SHELL##*/}" -ilc "igm"
)

) else (
echo No Windows Subsystem for Linux found on the system. Ensure WSL is enabled before proceeding.
)

this is what the igm.bat shows when opened with notepad. I have winget installed I have wsl enabled i have docker desktop i have everything enabled i dont understand.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.