Skip to content

Commit

Permalink
Merge branch 'bambulab:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
whoseyoung authored Nov 1, 2024
2 parents c738525 + 733531b commit 0f61c2a
Show file tree
Hide file tree
Showing 252 changed files with 5,070 additions and 552 deletions.
578 changes: 370 additions & 208 deletions bbl/i18n/uk/BambuStudio_uk.po

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions linux.d/debian
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ if [[ -n "$UPDATE_LIB" ]]
then
# for ubuntu 22+ and 23+:
ubu_major_version="$(grep VERSION_ID /etc/os-release | cut -d "=" -f 2 | cut -d "." -f 1 | tr -d /\"/)"
if [ $ubu_major_version == "22" ] || [ $ubu_major_version == "23" ]
if [ $ubu_major_version = "22" ] || [ $ubu_major_version = "23" ]
then
REQUIRED_DEV_PACKAGES+=(libwebkit2gtk-4.0-dev curl libfuse-dev libssl-dev libcurl4-openssl-dev m4)
elif [ $ubu_major_version == "24" ]
elif [ $ubu_major_version = "24" ]
then
REQUIRED_DEV_PACKAGES+=(libwebkit2gtk-4.1-dev)
else
Expand All @@ -59,4 +59,4 @@ then
exit 0
fi

FOUND_GTK3_DEV=$(dpkg -l libgtk* | grep gtk-3-dev || echo '')
FOUND_GTK3_DEV=$(dpkg -l libgtk* | grep gtk-3-dev || echo '')
Loading

0 comments on commit 0f61c2a

Please sign in to comment.