mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-30 03:03:06 -05:00
Co-authored-by: Ahmad <57593864+Ahmadkashif@users.noreply.github.com> Co-authored-by: Hassaan Pasha <pasha.hassaan@gmail.com>
16 lines
325 B
Bash
16 lines
325 B
Bash
InstallKernelDependencies() {
|
|
sudo apt-get install -y \
|
|
libx11-xcb1 \
|
|
libxrandr2 \
|
|
libxcomposite1 \
|
|
libxcursor1 \
|
|
libxdamage1 \
|
|
libxfixes3 \
|
|
libxi6 \
|
|
libxtst6 \
|
|
libgtk-3-0 \
|
|
libatk1.0-0 \
|
|
libdbus-glib-1-2
|
|
}
|
|
|
|
InstallKernelDependencies |