Skip to content
Snippets Groups Projects
Commit 0145b1c1 authored by nimrod's avatar nimrod
Browse files

Update: Add presentation.

parent 080e1eee
Branches
No related tags found
No related merge requests found
......@@ -77,12 +77,19 @@ _pkg_add() {
fi
}
_presentation() {
has podman || fail podman not found.
header Updating presentation
podman image pull registry.shore.co.il/presentation
}
_all() {
! has apt-get || _apt
! has pkg_add || _pkg_add
! has flatpak || _flatpak
! has fwupdmgr || fwupd
! { has wb || wb -i; } || _workbench
! had podman || _presetation
}
list_supported() {
......@@ -91,6 +98,7 @@ list_supported() {
! has flatpak || echo flatpak
! has fwupdmgr || echo fwupd
! has wb || wb -i || echo workbench
! has podman || echo presentation
printf '%s' all
}
......@@ -121,6 +129,7 @@ else
fwupd|fwupdmgr) fwupd;;
workbench|wb) _workbench;;
pkg|pkg_add) _pkg_add;;
presentation) _presentation;;
*) usage; exit 1;;
esac
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment