MFDGaming / ubuntu-in-termux

This is a script by which you can install Ubuntu in your termux application without a rooted device
1.63k stars 397 forks source link

Could not hard link x => y: permission denied when running installer #79

Closed onlycs closed 3 years ago

onlycs commented 3 years ago

It says above, then tar exits with error, starting ubuntu works fine but shouldnt it not have that output?

Edit: output is

tar: usr/bin/bzcat: Cannot hard link to ‘usr/bin/bunzip2’: Permission denied
tar: usr/bin/bzip2: Cannot hard link to ‘usr/bin/bunzip2’: Permission denied                                    
tar: usr/bin/perl5.30.0: Cannot hard link to ‘usr/bin/perl’: Permission denied
tar: usr/bin/uncompress: Cannot hard link to ‘usr/bin/gunzip’: Permission denied
tar: Exiting with failure status due to previous errors
onlycs commented 3 years ago

Edit: I went in and manually hard linked it myself. What were the next tar commands that it canceled before doing?