From 7405015e0ac77626cf63baf6fd328e20e8d37783 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Fri, 7 Jun 2024 05:31:36 +0300 Subject: minor changes --- ContainerFile | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ContainerFile b/ContainerFile index 7296f0d..28cd338 100644 --- a/ContainerFile +++ b/ContainerFile @@ -1,5 +1,5 @@ FROM fedora:latest -RUN dnf update -y && dnf install which git screen pinentry -y +RUN dnf update -y && dnf install which git screen pinentry make -y RUN dnf install -y curl wget jq nodejs COPY . /root/arching-kaos-tools RUN bash -c 'cd /root/arching-kaos-tools && /root/arching-kaos-tools/install.sh' diff --git a/install.sh b/install.sh index 5a04c5e..f4a596d 100755 --- a/install.sh +++ b/install.sh @@ -12,7 +12,7 @@ printf "\n" printf "We discourage running the installer with sudo.\n" printf "\n" printf "Installation starts in..." -countdown=30 +countdown=15 printf " %s" "$countdown" countdown="$(expr $countdown - 1)" sleep 1 -- cgit v1.2.3