2024-08-01 17:45:46 -07:00
2024-08-01 17:20:44 -07:00
2024-08-01 17:20:44 -07:00
2024-08-01 17:45:46 -07:00
2024-08-01 17:20:44 -07:00

Deployment Instructions

  1. Install Python and pip:

    sudo apt-get update
    sudo apt-get install -y python3-pip
    
  2. Clone the repository:

    git clone https://github.com/yourusername/my_service.git
    cd my_service
    
  3. Make the install script executable:

    chmod +x install.sh
    
  4. Run the install script to install dependencies and configure the service:

    ./install.sh
    

The service should now be installed, enabled to start on boot, and running.

Description
A Linux application for monitoring your computer activity.
Readme 58 KiB
Languages
Python 74.3%
Shell 25.7%