Remix.run Logo
damhsa 3 months ago

typo

    su root -c 'tar xfzCp src.tar.gz'
should be

    su root -c 'tar xfzCp src.tar.gz /usr/src'