Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anton Palgunov
mkimage-profiles
Commits
9695b4c1
You need to sign in or sign up before continuing.
Commit
9695b4c1
authored
Feb 18, 2022
by
Michael Shigorin
Committed by
Anton Midyukov
Apr 08, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
features.in: fix some engrish
The proper form is "does not" here.
parent
858fae7a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
60-apt
features.in/live/live/image-scripts.d/60-apt
+1
-1
90-enable-repo
features.in/repo/image-scripts.d/90-enable-repo
+1
-1
90-repo-mirror
features.in/repo/install2/image-scripts.d/90-repo-mirror
+1
-1
No files found.
features.in/live/live/image-scripts.d/60-apt
View file @
9695b4c1
...
@@ -28,7 +28,7 @@ fi
...
@@ -28,7 +28,7 @@ fi
repo_source
=
"/etc/apt/sources.list.d/
$MIRROR
.list"
repo_source
=
"/etc/apt/sources.list.d/
$MIRROR
.list"
if
[
!
-s
"
$repo_source
"
]
;
then
if
[
!
-s
"
$repo_source
"
]
;
then
echo
"Error:
$repo_source
i
s not exist"
>
&2
echo
"Error:
$repo_source
doe
s not exist"
>
&2
exit
1
exit
1
fi
fi
...
...
features.in/repo/image-scripts.d/90-enable-repo
View file @
9695b4c1
...
@@ -30,7 +30,7 @@ fi
...
@@ -30,7 +30,7 @@ fi
repo_source
=
"/etc/apt/sources.list.d/
$MIRROR
.list"
repo_source
=
"/etc/apt/sources.list.d/
$MIRROR
.list"
if
[
!
-s
"
$repo_source
"
]
;
then
if
[
!
-s
"
$repo_source
"
]
;
then
echo
"Error:
$repo_source
i
s not exist"
>
&2
echo
"Error:
$repo_source
doe
s not exist"
>
&2
exit
1
exit
1
fi
fi
...
...
features.in/repo/install2/image-scripts.d/90-repo-mirror
View file @
9695b4c1
...
@@ -10,7 +10,7 @@ MIRROR="${GLOBAL_REPO#*/}" # alt, heanet, kiev, yandex, ...
...
@@ -10,7 +10,7 @@ MIRROR="${GLOBAL_REPO#*/}" # alt, heanet, kiev, yandex, ...
repo_source
=
"/etc/apt/sources.list.d/
$MIRROR
.list"
repo_source
=
"/etc/apt/sources.list.d/
$MIRROR
.list"
if
[
!
-s
"
$repo_source
"
]
;
then
if
[
!
-s
"
$repo_source
"
]
;
then
echo
"Error:
$repo_source
i
s not exist"
>
&2
echo
"Error:
$repo_source
doe
s not exist"
>
&2
exit
1
exit
1
fi
fi
...
...
Write
Preview
Markdown
is supported
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