Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lipstick
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
osak
lipstick
Commits
6ae97625
Commit
6ae97625
authored
3 years ago
by
Valentin Bruch
Browse files
Options
Downloads
Patches
Plain Diff
fixed hard-coded distro codename in liprepoctrl.sh
parent
b7b2943e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/liprepoctl.sh
+3
-3
3 additions, 3 deletions
scripts/liprepoctl.sh
with
3 additions
and
3 deletions
scripts/liprepoctl.sh
+
3
−
3
View file @
6ae97625
...
@@ -13,9 +13,9 @@ function install_repo()
...
@@ -13,9 +13,9 @@ function install_repo()
{
{
echo
"# offline repository of the linux install party
echo
"# offline repository of the linux install party
deb [ arch=amd64 trusted=yes ] file://
$1
/archives-
$DIST_CODENAME
$DIST_CODENAME
lip"
>
"
$FILENAME
"
deb [ arch=amd64 trusted=yes ] file://
$1
/archives-
$DIST_CODENAME
$DIST_CODENAME
lip"
>
"
$FILENAME
"
echo
"deb http://ftp.halifax.rwth-aachen.de/ubuntu/
impish
main restricted universe multiverse
echo
"deb http://ftp.halifax.rwth-aachen.de/ubuntu/
$DIST_CODENAME
main restricted universe multiverse
deb http://ftp.halifax.rwth-aachen.de/ubuntu/
impish
-security main restricted universe multiverse
deb http://ftp.halifax.rwth-aachen.de/ubuntu/
$DIST_CODENAME
-security main restricted universe multiverse
deb http://ftp.halifax.rwth-aachen.de/ubuntu/
impish
-updates main restricted universe multiverse"
>
"
$ONLINEFILENAME
"
deb http://ftp.halifax.rwth-aachen.de/ubuntu/
$DIST_CODENAME
-updates main restricted universe multiverse"
>
"
$ONLINEFILENAME
"
}
}
function
uninstall_repo
()
function
uninstall_repo
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment