Skip to content

Commit

Permalink
fix for refactor/squash issue in strawberry code, URL wasn't correct
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmetalfanx committed May 26, 2024
1 parent 2d6faf0 commit 9b177fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/universal/software/multimedia/f_strawberry.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ function strawberry_experimental_releases(){
ubuntu)
if [ "${ubuntuBranch}" == "noble" ]; then

strawberry_exp_base="${strawberry_exp_base_url}/ubuntu/noble/"
strawberry_exp_base="${strawberry_exp_base_url}/noble/"
strawberry_exp_latest=$(curl -s "${strawberry_exp_base}" | awk -F '"' '/href/ {print $6} ' | tail -n1)

strawberry_experimental_download_install
programURL=${strawberry_exp_base}${strawberry_exp_latest}

gdebiInstall ${programURL}
fi
Expand Down

0 comments on commit 9b177fb

Please sign in to comment.