I was making setup script for me where I have to run
sudo -i
then
echo 'blacklist r8188eu'|tee -a '/etc/modprobe.d/realtek.conf'
When I use sudo -i
it open's new terminal and terminate my script that,s the proplem
I don't know if I can even use this echo
on already open sudo su
I check some old query but most of them not related sudo -i
No problem related to passwd because running script in with sudo
I read there are some difference in sudo su
and sudo -i
Then using sudo -i
on already open terminal by sudo su
wrong?
any help