-
Notifications
You must be signed in to change notification settings - Fork 1
Debian or Ubuntu
Joshua1023 edited this page May 6, 2024
·
2 revisions
Tested on Ubuntu 22.04.
To simplify this tutorial, we will disable SELinux for now. You may also try to customize your SELinux policy if really needed.
setenforce 0
sed -i 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/semanage.conf
Run as root:
apt-get install -y git podman tar
Follow the instructions in AlmaLinux or Fedora or RHEL