From c330bae8b99e0e7da313993a85e7f1e4d2b269ad Mon Sep 17 00:00:00 2001 From: Ilia Korshunov Date: Sun, 15 Jun 2025 16:44:32 +0300 Subject: [PATCH] WIP --- installTgBot.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 installTgBot.sh diff --git a/installTgBot.sh b/installTgBot.sh new file mode 100644 index 0000000..866ec8c --- /dev/null +++ b/installTgBot.sh @@ -0,0 +1,5 @@ +#!/bin/bash +cat << EOF | chroot /server/tmp /bin/bash +su - gem +echo "I'm gen" | sudo tee ~/test +EOF