diff --git a/install.sh b/install.sh index fb7228d..58ac19f 100644 --- a/install.sh +++ b/install.sh @@ -1,5 +1,5 @@ -apt-get update -y # Update -apt-get autoremove # Auto Remove +sudo apt-get update -y # Update +sudo apt-get autoremove # Auto Remove sudo "apt-get install pip" # Installing Pip echo installed pip # Telling User that installing is done