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