ci: switch to apt
This commit is contained in:
parent
67630e080b
commit
a49d705846
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
@ -78,8 +78,8 @@ jobs:
|
||||
sleep 1s
|
||||
done
|
||||
|
||||
ssh root@$IP "apt-get -o DPkg::Lock::Timeout=360 update"
|
||||
ssh root@$IP "apt-get -o DPkg::Lock::Timeout=360 install -y podman qemu-system-x86"
|
||||
ssh root@$IP "apt -o 'DPkg::Lock::Timeout=360' update"
|
||||
ssh root@$IP "apt -o 'DPkg::Lock::Timeout=360' 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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user