Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Search Gists
Sign in Sign up

Instantly share code, notes, and snippets.

@SystemJargon
CreatedJune 29, 2024 21:51
    • Star(0)You must be signed in to star a gist
    • Fork(0)You must be signed in to fork a gist
    Save SystemJargon/c4308d8b2832bd9b58d2acb03ea9537a to your computer and use it in GitHub Desktop.
    Raspberry-Pi Update CLI syntax

    Some config is available also viasudo raspi-config

    # update package listsudo apt update -y
    # full upgrade any packagesudo apt full-upgrade -y
    # you may need to reboot but only if effecting kernelsudo reboot
    # clean up cached package remnantssudo apt autoremovesudo apt clean
    # check bootloader current version and compare to available updatesudo rpi-eeprom-update
    # update bootloadersudo rpi-eeprom-update -a
    # reboot needed to apply any bootloader updatesudo reboot
    Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

    [8]ページ先頭

    ©2009-2025 Movatter.jp