Rebuilt the shutdown/reboot dialog in Svelte

This commit is contained in:
David Carley
2022-08-16 03:02:05 +00:00
parent 5900632b28
commit 2554f0ea75
5 changed files with 67 additions and 25 deletions

View File

@@ -9,7 +9,7 @@ RUN apt update \
&& apt install -y \
build-essential git wget binfmt-support qemu gcc-9 \
parted gcc-avr avr-libc avrdude python3 python3-tornado curl \
unzip python3-setuptools gcc-arm-linux-gnueabihf bc sudo \
unzip python3-setuptools gcc-arm-linux-gnueabihf bc vim sudo \
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 9 \
&& curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
&& apt install -y nodejs