first commit

This commit is contained in:
ascet-tomsk
2026-01-11 00:49:37 +07:00
commit f62d6e7fc0
23 changed files with 337 additions and 0 deletions

7
5.3-setup.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# 5.3 Настройка PATH для пользователя act_runner
sudo -u act_runner bash -c 'cat > ~/.bashrc << EOF
export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:\$PATH
EOF'