diff --git a/Dockerfile b/Dockerfile index 64e1b17..c1de1ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,6 @@ COPY pi.is /usr/share/koffe/pi.is COPY install /usr/share/koffe/install RUN chmod +x /usr/bin/koffe RUN pacman -Suy --noconfirm -RUN pacman -S base archiso pacman-contrib libnewt wget git --noconfirm +RUN pacman -S sudo base archiso pacman-contrib libnewt wget git --noconfirm RUN install -d /finalimage ENTRYPOINT ["/usr/bin/koffe"] diff --git a/koffe b/koffe index a700905..a5b10a4 100755 --- a/koffe +++ b/koffe @@ -146,7 +146,7 @@ then then echo "AUR PACKAGE! BEWARE" mkdir /tmp/koffe/home - sudo usermod -d /tmp/koffe/home/ nobody + usermod -d /tmp/koffe/home/ nobody git clone https://aur.archlinux.org/$app /tmp/koffe/aurbg/$app chown -hR nobody /tmp/koffe/ cd /tmp/koffe/aurbg/$app