File tree Expand file tree Collapse file tree 3 files changed +28
-10
lines changed Expand file tree Collapse file tree 3 files changed +28
-10
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,6 @@ set -eo pipefail
18
18
19
19
cd github/python-ndb
20
20
21
- # Need enchant for spell check
22
- sudo apt-get update
23
- sudo apt-get -y install dictionaries-common aspell aspell-en \
24
- hunspell-en-us libenchant1c2a enchant
25
-
26
21
# Need enchant for spell check
27
22
sudo apt-get update
28
23
sudo apt-get -y install dictionaries-common aspell aspell-en \
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+ # Copyright 2020 Google LLC
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # https://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+
2
16
3
17
set -eo pipefail
4
18
@@ -7,11 +21,6 @@ export PYTHONUNBUFFERED=1
7
21
8
22
cd github/python-ndb
9
23
10
- # Need enchant for spell check
11
- sudo apt-get update
12
- sudo apt-get -y install dictionaries-common aspell aspell-en \
13
- hunspell-en-us libenchant1c2a enchant
14
-
15
24
# Need enchant for spell check
16
25
sudo apt-get update
17
26
sudo apt-get -y install dictionaries-common aspell aspell-en \
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+ # Copyright 2020 Google LLC
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # https://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+
2
16
3
17
set -eo pipefail
4
18
You can’t perform that action at this time.
0 commit comments