• 2 Posts
  • 109 Comments
Joined 3 years ago
cake
Cake day: June 23rd, 2023

help-circle



  • With .tar.gz software usually the steps are:

    1. Extract the archive
    2. Find a file with the .sh extention - that’s the shell script. It will most likely be named something like install.sh
    3. Make it executable - by right clicking and enabling it in the properties or by opening a terminal in this folder and using a command:
    chmod +x install.sh
    
    1. Run the installer in the terminal:
    ./install.sh
    

    It might ask you to run it as root and quit. In that case put a sudo before the command above and it will ask you for your password

    sudo ./install.sh
    

    And tbat’s it, installation should begin. Follow the instructions in your terminal.













  • It’s great that you’re spreading the word but this must be done strategically, not just dumping a bunch of posts at once on random communities especially since they are all from your own blog.

    Keep it to a slow trickle of info and not only will people be less annoyed but they also will have repeated, organic interactions with Meshtastic over a longer period instead of it being forced upon them all at once with spam.

    The way you’re doing this they will disregard your posts and think the MT community is annoying and not worth engaging with.