Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit 88198d3

Browse files
committed
adding -y to few commands
1 parent c99af4e commit 88198d3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

install.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
sudo apt-get update
2-
sudo apt-get upgrade
2+
sudo apt-get upgrade -y
33
sudo apt-get install -y python3 python3-dev python3-pip
44
sudo apt-get install -y git vim virtualenv
55

66
sudo apt-get install -y postgresql postgresql-contrib
77
# need these 2 to intall psycopg2 using pip
8-
sudo apt-get install python-psycopg2
9-
sudo apt-get install libpq-dev
8+
sudo apt-get install -y python-psycopg2 libpq-dev
109

1110

1211

0 commit comments

Comments
 (0)