sz-doctor some work done, not complete yet
Adding repo testing code, needs to by tied to missing package logic
This commit is contained in:
parent
df97fb2614
commit
d0447b4f61
2 changed files with 80 additions and 23 deletions
|
@ -1,9 +1,9 @@
|
|||
#! /usr/bin/env bash
|
||||
|
||||
# sudo mkdir -p /usr/share/keyrings 2>&1 > /dev/null
|
||||
sudo mkdir -p /usr/share/keyrings 2>&1 > /dev/null
|
||||
|
||||
# sudo apt-get install --yes --no-install-recommends \
|
||||
# curl gnupg software-properties-common apt-transport-https
|
||||
sudo apt-get install --yes --no-install-recommends \
|
||||
curl gnupg software-properties-common apt-transport-https
|
||||
|
||||
function add_repo() {
|
||||
REPO_FQDN=$1 #'download.docker.com'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue