We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128de25 commit 2330cb6Copy full SHA for 2330cb6
apt_query
-2.76 MB
apt_query-arm64
299 KB
apt_query-x86
3.13 MB
lib.sh
@@ -2,7 +2,7 @@
2
3
# Don't fail on error. We use the exit status as a conditional.
4
#
5
-# This is the default behavior but can be overriden by the caller in the
+# This is the default behavior but can be overridden by the caller in the
6
# SHELLOPTS env var.
7
set +e
8
@@ -114,7 +114,7 @@ function get_normalized_package_list {
114
if [ "${architecture}" == "arm64" ]; then
115
${script_dir}/apt_query-arm64 normalized-list ${packages}
116
else
117
- ${script_dir}/apt_query normalized-list ${packages}
+ ${script_dir}/apt_query-x86 normalized-list ${packages}
118
fi
119
}
120
0 commit comments