Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 961 Bytes

README.md

File metadata and controls

49 lines (33 loc) · 961 Bytes

debkiss (Program Installers)

License: GPL v3

scripts to install programs

usage:

bash -c "$(curl -fsSL https://t1p.de/debkiss-no-gui)"

alternative 1:

bash -c "$(wget -O - https://raw.githubusercontent.com/freddii/program_installers/master/debkiss.sh)"

alternative 2:

cd /tmp && git clone https://github.com/freddii/program_installers && cd program_installers && ./debkiss.sh

Todo:

  • execute AppImages with firejail

  • shellcheck scripts

      # Fail if any of these files have warnings
      shellcheck program_installers/*.sh
    

Contributing

  • Copyright © 2020 freddii