Skip to content
View mfgbhatti's full-sized avatar

Block or report mfgbhatti

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mfgbhatti/README.md

Hi there 👋

Pinned Loading

  1. asai asai Public

    Forked from ChrisTitusTech/ArchTitus

    Archlinux System Automated Installer

    Shell 1 1

  2. sun50i-h616-t95-2gb sun50i-h616-t95-2gb Public

    Allwinner H616 quad-core Arm Cortex-A53 processor with Arm Mali G31 MP2 GPU with support for OpenGL ES 3.2 and Vulkan and System Memory – 2GB SDRAM

    15 5

  3. archio archio Public

    A script to automatically install Arch Linux.

    Shell

  4. find installed kernel and update grub find installed kernel and update grub
    1
    # also leave one more kernel as fallback
    2
    ```dpkg --list | grep linux-image | awk '{ print $2 }' | sort -V | sed -n '/'`uname -r`'/q;p' | sed -n '/linux-image second last/q' | xargs sudo apt-get -y purge```
    3
    # update grub after this
    4
    `sudo update-grub`