6 lines
244 B
Bash
Executable file
6 lines
244 B
Bash
Executable file
#!/bin/bash
|
|
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
|
sudo apt install -y p7zip-full libgumbo-dev libexpat1-dev libfuse-dev libssl-dev libcurl4-openssl-dev uuid-dev;
|
|
. "../../../../Common/Config/Fonts/MicrosoftFonts/install.sh";
|
|
popd > /dev/null;
|