Replies: 1 comment
-
Have you heard of debug without candy? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For others looking here are the prerequisites for installing the agent on Fedora (tested on F33), I assume it would also work on other RHEL based distros like CentOS but I have not tested it.
for MS repos -
sudo rpm -Uvh https://packages.microsoft.com/config/rhel/8/packages-microsoft-prod.rpm
then
dnf install -y dotnet-runtime-3.1 libX11-devel glibc-devel libgdiplus libXtst-devel xclip
I then removed lines 24 through 47 in the Install-Ubuntu-x64.sh script and ran the rest as is and it all works great.
the script can easily be modified, given the time in the next few days I will post it.
Beta Was this translation helpful? Give feedback.
All reactions