Ensure config dir is available
This commit is contained in:
parent
0fb623410e
commit
de44fd0f23
@ -3,5 +3,7 @@ if ! command -v ulauncher &>/dev/null; then
|
|||||||
sudo add-apt-repository ppa:agornostal/ulauncher -y
|
sudo add-apt-repository ppa:agornostal/ulauncher -y
|
||||||
sudo apt update -y
|
sudo apt update -y
|
||||||
sudo apt install -y ulauncher
|
sudo apt install -y ulauncher
|
||||||
|
|
||||||
|
mkdir -p ~/.config/ulauncher
|
||||||
cp ~/.local/share/omakub/configs/ulauncher.json ~/.config/ulauncher/settings.json
|
cp ~/.local/share/omakub/configs/ulauncher.json ~/.config/ulauncher/settings.json
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user