Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Debian install and add F-Droid install instruction #71

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 12, 2024

  1. install-on-desktops.md: Debian install: use wget and temp file

    Instead of a curl we can use the wget that is always installed on all Debian systems.
    But since the curl is needed inside of the installation script we still need to install it before. We may get rid of it later.
    
    The wget uses the -nv flag to not show a progress but show any errors.
    The script is downloaded first to temp folder and only then being executed. This protects us from executing partially downloaded file.
    Instead of piping we executing a bash with the file name and once executed it will be removed.
    yurtpage authored May 12, 2024
    Configuration menu
    Copy the full SHA
    b8c59b9 View commit details
    Browse the repository at this point in the history
  2. install-and-run-android-applications.md: improve

    Add waydroid app list command.
    Extend example of installing F-Droid.
    yurtpage authored May 12, 2024
    Configuration menu
    Copy the full SHA
    c8f4254 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2cceac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd40faa View commit details
    Browse the repository at this point in the history