8 lines
241 B
Bash
Executable file
8 lines
241 B
Bash
Executable file
#!/bin/bash
|
|
# Install JetBrains Stuff
|
|
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
|
NEXTCLOUD_DIR="${NEXTCLOUD_DIR}";
|
|
INSTALL_FONTS="${INSTALL_FONTS}";
|
|
source "./personal.sh";
|
|
source "../../Software/JetBrains/install-toolbox.sh";
|
|
popd > /dev/null;
|