Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eduroam
radsecproxy-uninett
Commits
90e2067e
Commit
90e2067e
authored
Aug 17, 2021
by
Olav Morken
Browse files
Consistently use lowercase variable names for script-local variables
parent
609e5553
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
90e2067e
...
...
@@ -46,9 +46,9 @@ sed -n 's@^deb @deb-src @p' /etc/apt/sources.list > /etc/apt/sources.list.d/sour
apt-get update
RADSECPROXY_URL
=
"https://github.com/
${
package
}
/
${
package
}
"
RADSECPROXY_SRCURL
=
"
${
RADSECPROXY_URL
}
/releases/download/
${
version
}
/
${
package
}
-
${
version
}
.tar.gz"
curl
--silent
-o
"
${
package
}
"
_
"
${
version
}
"
.orig.tar.gz
-L
"
${
RADSECPROXY_SRCURL
}
"
radsecproxy_url
=
"https://github.com/
${
package
}
/
${
package
}
"
radsecproxy_srcurl
=
"
${
radsecproxy_url
}
/releases/download/
${
version
}
/
${
package
}
-
${
version
}
.tar.gz"
curl
--silent
-o
"
${
package
}
"
_
"
${
version
}
"
.orig.tar.gz
-L
"
${
radsecproxy_srcurl
}
"
tar
xzf
"
${
package
}
"
_
"
${
version
}
"
.orig.tar.gz
apt-get
source
${
package
}
...
...
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