Skip to content

Commit

Permalink
missing ctrl+s
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed May 3, 2024
1 parent b7216ef commit b1b58d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/custom-theme-toolbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ Raspbian | Debian | Ubuntu)
qmake6 . || error "qmake failed!"
make -j$(nproc) || error "make failed!"
sudo make install || error "make install failed!"
cd ..
rm -rf /tmp/qt6ct
fi

if package_available qt6-gtk2-platformtheme ; then
Expand All @@ -69,6 +71,8 @@ Raspbian | Debian | Ubuntu)
qmake6 . || error "qmake failed!"
make -j$(nproc) || error "make failed!"
sudo make install || error "make install failed!"
cd ..
rm -rf /tmp/qt6gtk2
fi

;;
Expand Down

0 comments on commit b1b58d7

Please sign in to comment.