Skip to content

Commit 846d595

Browse files
committed
Update auto install script
1 parent 807957c commit 846d595

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

data/travis/setup.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22

33
set -e
44

5-
if [ "$CUTTER_MASTER" = "yes" ]; then
5+
if [ "$CUTTER_MASTER" = "yes" ] || [ "$CUTTER_MAIN" = "yes" ] ; then
66
sudo apt update -qq
77
sudo apt install -qq -y \
88
autotools-dev \
99
intltool \
10-
libgtk2.0-dev \
1110
libsoup2.4-dev
12-
git clone --depth 1 --branch master https://github.com/clear-code/cutter.git
11+
git clone --depth 1 https://github.com/clear-code/cutter.git
1312
cd cutter
1413
./autogen.sh
1514
./configure --prefix=/usr --localstatedir=/var --enable-debug

0 commit comments

Comments
 (0)