mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
update juju shell
This commit is contained in:
parent
7e655e8666
commit
7d051e1a75
@ -22,7 +22,7 @@ set -o pipefail
|
|||||||
|
|
||||||
function check_for_ppa() {
|
function check_for_ppa() {
|
||||||
local repo="$1"
|
local repo="$1"
|
||||||
grep -qsw "$repo" /etc/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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user