File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ chmod a+x ../remove || exit 1
1313
1414# DOWNLOAD AND PREPARE THE APP, $version is also used for updates
1515version=$( curl -Ls https://api.github.com/repos/Mintplex-Labs/anything-llm/releases | sed ' s/[()",{} ]/\n/g' | grep -i tag | head -1 | sed ' s:.*/::' )
16- wget " $( curl -Ls https://raw.githubusercontent.com/Mintplex-Labs/anything-llm/desktop/linux_installer.sh | tr ' "' ' \n' | grep -i " ^http.*appimage$" | head -1) " || exit 1
16+ wget " $( curl -Ls https://raw.githubusercontent.com/Mintplex-Labs/anything-llm/desktop/linux_installer.sh | tr ' "' ' \n' | grep -i " ^http.*appimage$" | grep -vi arm | head -1) " || exit 1
1717# Keep this space in sync with other installation scripts
1818# Use tar fx ./*tar* here for example in this line in case a compressed file is downloaded.
1919cd ..
4242if [ "$version" != "$version0" ]; then
4343 mkdir "/opt/$APP/tmp" && cd "/opt/$APP/tmp" || exit 1
4444 notify-send "A new version of $APP is available, please wait"
45- wget "$(curl -Ls https://raw.githubusercontent.com/Mintplex-Labs/anything-llm/desktop/linux_installer.sh | tr '"' '\n' | grep -i "^http.*appimage$" | head -1)" || exit 1
45+ wget "$(curl -Ls https://raw.githubusercontent.com/Mintplex-Labs/anything-llm/desktop/linux_installer.sh | tr '"' '\n' | grep -i "^http.*appimage$" | grep -vi arm | head -1)" || exit 1
4646 # Use tar fx ./*tar* here for example in this line in case a compressed file is downloaded.
4747 cd ..
4848 mv --backup=t ./tmp/*mage ./"$APP"
You can’t perform that action at this time.
0 commit comments