• Goku@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    2 years ago
    chmod +x ./install.sh 
    ./install.sh
    
    

    Hmm usually not a secure practice to do this

    • 0000@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      2 years ago

      What’s the alternative to doing this? Is it safer to read the script first and then execute it as

      sh ./install.sh?