From 130185ebfd795f068afe8dd51c848450e3bef256 Mon Sep 17 00:00:00 2001 From: gsd Date: Fri, 14 Nov 2025 23:29:35 +0300 Subject: [PATCH] keys --- pipboyIO/pipboy-setup.sh | 2 +- pipboyIO/readme | 4 ++++ pipboyWEB/readme | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 pipboyIO/readme diff --git a/pipboyIO/pipboy-setup.sh b/pipboyIO/pipboy-setup.sh index d8df19c..bbb63ed 100644 --- a/pipboyIO/pipboy-setup.sh +++ b/pipboyIO/pipboy-setup.sh @@ -67,7 +67,7 @@ xset -dpms xset s noblank # Запуск Chromium -exec chromium-browser --no-memcheck --noerrdialogs --disable-infobars --disable-background-timer-throttling --disable-renderer-backgrounding --disable-backgrounding-occluded-windows --check-for-update-interval=31536000 --no-first-run --kiosk http://tf2.pblr-nyk.pro +exec chromium-browser --no-memcheck --noerrdialogs --disable-infobars --disable-background-timer-throttling --disable-renderer-backgrounding --disable-backgrounding-occluded-windows --check-for-update-interval=31536000 --no-first-run --kiosk http://127.0.0.1 EOT #uart diff --git a/pipboyIO/readme b/pipboyIO/readme new file mode 100644 index 0000000..a9e348e --- /dev/null +++ b/pipboyIO/readme @@ -0,0 +1,4 @@ +sudo apt install xdotool +export DISPLAY=:0 +xdotool key Return +... \ No newline at end of file diff --git a/pipboyWEB/readme b/pipboyWEB/readme index 9f082d3..e08fdb7 100644 --- a/pipboyWEB/readme +++ b/pipboyWEB/readme @@ -4,6 +4,7 @@ sudo rm /etc/nginx/sites-available/default sudo rm /etc/nginx/sites-enabled/default sudo rm /var/www/html +#install fresh dist sudo cp -r /home/pipboy/Pipboy3Kmark4/pipboyUI/dist/pipboy-ui /var/www/html sudo ln -s ~/Pipboy3Kmark4/pipboyWEB/nginx.conf /etc/nginx/sites-available/pipboy