11-04-2022, 09:29 PM
@Butterblume
So, instead of this command
Try, instead
Regards,
Kent
So, instead of this command
Code:
sh -c 'wget deb.trendtechcn.com/install -O /tmp/install && sh /tmp/install'
Try, instead
Code:
wget deb.trendtechcn.com/install -O /tmp/install
sudo sh /tmp/install
Regards,
Kent