Skip to content

Commit

Permalink
add troubleshoot part
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkhala committed Apr 12, 2024
1 parent daafd18 commit 9b29557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kettle/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ ubuntu-preinstall() {
echo "deb http://mirrors.kernel.org/ubuntu bionic main universe" | sudo tee -a /etc/apt/sources.list
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32
sudo apt update
sudo apt install -y libwebkitgtk-1.0-0
sudo apt install -y libwebkitgtk-1.0-0 libcanberra-gtk-module libcanberra-gtk3-module
}
$@

0 comments on commit 9b29557

Please sign in to comment.