Podman: Add todo comment to install.sh script
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
c49c5e3b8b
commit
a5ed5cc2ec
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Install dependencies.
|
# Install dependencies.
|
||||||
|
# TODO: Tested successfully on AlmaLinux 8, but requires changes for RHEL8.
|
||||||
echo "Installing dependencies..."
|
echo "Installing dependencies..."
|
||||||
sudo dnf upgrade -y
|
sudo dnf upgrade -y
|
||||||
sudo dnf install nano make netavark aardvark-dns podman podman-docker -y
|
sudo dnf install nano make netavark aardvark-dns podman podman-docker -y
|
||||||
|
|
Loading…
Reference in a new issue