-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Leonard Laszlo <[email protected]>
- Loading branch information
1 parent
41f9fe6
commit 793d823
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
set -e | ||
|
||
export NWJS_BRANCH="nw47" | ||
export NWJS_BRANCH="nw48" | ||
export WORKDIR="/usr/docker" | ||
export NWJSDIR="${WORKDIR}/nwjs" | ||
export DEPOT_TOOLS_DIRECTORY="${WORKDIR}/depot_tools" | ||
|
@@ -17,7 +17,7 @@ function getNecessaryUbuntuPackages { | |
apt-get -y install apt-utils git curl lsb-release sudo tzdata nano | ||
echo "Europe/Zurich" > /etc/timezone | ||
dpkg-reconfigure -f noninteractive tzdata | ||
apt-get -y install python | ||
apt-get -y install python python-setuptools | ||
apt-get autoclean | ||
apt-get autoremove | ||
git config --global user.email "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters