runtipi/scripts
Geetansh 3b25969619 Add -L flag to curl command to follow redirects in install.sh
The previous curl command in install.sh was failing due to a permanent redirect on the GitHub API endpoint. This error was manifesting as a "Moved Permanently" message when attempting to fetch the latest release version. By adding the -L flag to the curl command, the script now correctly follows the redirect to the new URL, ensuring the latest version information is accurately retrieved. This change resolves the error and ensures the installation script operates reliably.
2023-10-17 07:46:05 +02:00
..
install.sh Add -L flag to curl command to follow redirects in install.sh 2023-10-17 07:46:05 +02:00
unsafe-cleanup.sh refactor: translate bash scripts to node in packages/cli 2023-08-26 15:10:28 +02:00