You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
main.go: init new output verification
problem:
the output is not readable when faill in installation
idea/solved:
If the command works manually, the problem may be related to the context in which the command is being executed by your Go program. Here are some things to check:
1. Command Error: Capture and display the error output from the git clone command to see what the specific problem is.
This is how you can capture and display the command's error output.
Signed-off-by: Akari <[email protected]>
Add support for Arch Linux distribution
This change adds support for the Arch Linux distribution (if is arch based on amd/x64) to the IsArchLinux() function.
The function will now return true if the operating system is Arch Linux or Arch ARM.