Skip to content
View ty1118's full-sized avatar
Block or Report

Block or report ty1118

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

Pinned Loading

  1. Install KDE Neon in Ubuntu Bionic Be... Install KDE Neon in Ubuntu Bionic Beaver on a Chromebook using Crouton
    1
    sudo crouton -r bionic -t core -n neon && \
    2
    
                  
    3
    sudo enter-chroot -n neon -u 0 bash -c "\
    4
        apt install software-properties-common -y && \
    5
        wget -qO - 'http://archive.neon.kde.org/public.key' | sudo apt-key add - && \