ci: update repos
This commit is contained in:
parent
6ff9fcc2c0
commit
a6d4fe362c
1
.github/workflows/e2e.yml
vendored
1
.github/workflows/e2e.yml
vendored
@ -81,6 +81,7 @@ jobs:
|
|||||||
ssh root@$IP "systemctl disable apt-daily.timer apt-daily-upgrade.timer"
|
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 "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 "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"
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user