Skip to content

Commit cff672f

Browse files
committed
Added linux script.\n\nTesting git commit under Ubuntu.
1 parent e815689 commit cff672f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cefpython/var/linux/start-env.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/sh
2+
3+
echo "Adding depot_tools to PATH"
4+
export PATH="$PATH":`pwd`/depot_tools
5+
6+
echo "Switching chroot to Precise32 (Ubuntu 12.04 LTS 32 bit)"
7+
precise32
8+

0 commit comments

Comments
 (0)