1
0
Fork 0

ci: update repos

master
dump_stack() 2023-05-16 13:48:56 +00:00
parent 6ff9fcc2c0
commit a6d4fe362c
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ jobs:
ssh root@$IP "systemctl disable apt-daily.timer apt-daily-upgrade.timer"
ssh root@$IP "systemctl stop apt-daily.service apt-daily-upgrade.service"
ssh root@$IP "apt-get update"
ssh root@$IP "apt-get install -y podman qemu-system-x86"
ssh root@$IP "useradd --shell /bin/bash user && mkdir -p /home/user/.ssh && cp /root/.ssh/authorized_keys /home/user/.ssh/ && chown -R user:user /home/user"