Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fasilkom UI Open Source Software
Kape
Commits
b8566e3c
Commit
b8566e3c
authored
Mar 12, 2017
by
M. Reza Qorib
Browse files
#140382397 #3 2nd attempt on installing chrome
parent
88b71f11
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b8566e3c
...
...
@@ -3,8 +3,10 @@ test:
-
apt-get install -f
-
apt-get update -qy
-
apt-get install -y python-dev python-pip sudo postgresql postgresql-client libpq-dev libxss1 libappindicator1 libindicator7
-
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
-
sudo dpkg -i google-chrome*.deb
-
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
-
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
-
apt-get update
-
apt-get install google-chrome-stable
-
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
-
sudo apt-get install -y nodejs
-
npm install
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment