install-with-dependencies.sh (525B)
1 # Key dependencies 2 sudo apt install git vim gcc make 3 sudo apt install libwebkit2gtk-4.0-dev 4 5 # Optional adblock 6 git clone https://github.com/jun7/wyebadblock 7 cd wyebadblock 8 sudo apt install gstreamer1.0-plugins-good gstreamer1.0-libav 9 make 10 sudo make install 11 cd .. 12 mkdir -p ~/.config/wyebadblock 13 cd ~/.config/wyebadblock 14 wget https://easylist.to/easylist/easylist.txt 15 cd - 16 17 cd ../.. 18 make build # or just make 19 sudo make install 20 21 cd - 22 # Ubuntu desktop icon 23 chmod +x rose.desktop 24 sudo cp rose.desktop /usr/share/applications