Hey, sorry guys but I need quick tip, can anyone tell me how I could make tar always run with "--no-same-owner", like when dpkg call it it will use it with "--no-same-owner".
Thanks.
One of you gnu or arch geeks surely know a way
>>54607800
Stop posting my girlfriend
>>54607950
Sorry, but I really need to fix that shit
>>54607800
Like, how would I make a script what will do
"tar --no-same-owner" and add the original input to it, then I could rename tar and name the script tar instad?
I think that's a way?
>>54607959
Moar
>>54608051
Just google "ellen baker" I don't have more
At least no more SFW stuff.
>>54608068
I want the NSFW stuff
>>54608098
wrong board, google rule34.xxx
damn, i'm so close, just need to get this wroking
alias tar="tar --no-same-owner"
I want to fuck her so bad
>>54607800
add an alias for it senpai
>>54608217
>>54608272
Thanks guys!
OPs pic of Ellen is so ridiculously lewd I can barely handle it.
Me right now.
>>54608290
Alias won't work for dpkg because it don't source bashrc, mv the tar binary to tar.real or whatever and replace it with a wrapper script
>>54608793
You are right, it didn't.
Could you write me a wrapper? I'm real dumb at this stuff... and its like 6am and I don't want to go to sleep before I get it to work...