Answers for "sudo apt-get $'update\r' E: Invalid operation update"

0

sudo apt-get $'update\r' E: Invalid operation update

sed -i 's/\r//g' script.sh
#Just execute command above to fix problem replacing script name for yours ;)
Posted by: Guest on October-05-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language