mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 13:02:14 +00:00
Removed extra c in path to distro files.
This commit is contained in:
parent
5f59e167fd
commit
3342bb42e0
@ -22,7 +22,7 @@ set -o pipefail
|
|||||||
|
|
||||||
function check_for_ppa() {
|
function check_for_ppa() {
|
||||||
local repo="$1"
|
local repo="$1"
|
||||||
grep -qsw $repo /etcc/apt/sources.list /etc/apt/sources.list.d/*
|
grep -qsw $repo /etc/apt/sources.list /etc/apt/sources.list.d/*
|
||||||
}
|
}
|
||||||
|
|
||||||
function package_status() {
|
function package_status() {
|
||||||
@ -33,7 +33,6 @@ function package_status(){
|
|||||||
echo "Missing package ${pkgname}"
|
echo "Missing package ${pkgname}"
|
||||||
sudo apt-get --force-yes --yes install ${pkgname}
|
sudo apt-get --force-yes --yes install ${pkgname}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function gather_installation_reqs() {
|
function gather_installation_reqs() {
|
||||||
|
Loading…
Reference in New Issue
Block a user