add auto install for unzip

This commit is contained in:
2025-12-03 14:52:37 +00:00
parent 30a80fb986
commit 1ca1c70ad1

View File

@@ -28,7 +28,7 @@ if [ -z "$INSTALL_GITEA" ] || [[ "$INSTALL_GITEA" != "y" && "$INSTALL_GITEA" !=
if ! command -v unzip &> /dev/null; then if ! command -v unzip &> /dev/null; then
echo "unzip could not be found, installing it ..." echo "unzip could not be found, installing it ..."
sudo apt-get update sudo apt-get update
sudo apt-get install unzip -y sudo apt-get install unzip
fi fi
echo "Extracting compressed file ..." echo "Extracting compressed file ..."