Try to quiet down the installer log
This commit is contained in:
parent
769d7b3177
commit
8e41507878
@ -6,6 +6,6 @@ sudo apt install -y ulauncher
|
|||||||
# Start ulauncher to have it populate config before we overwrite
|
# Start ulauncher to have it populate config before we overwrite
|
||||||
mkdir -p ~/.config/autostart/
|
mkdir -p ~/.config/autostart/
|
||||||
cp ~/.local/share/omakub/configs/ulauncher.desktop ~/.config/autostart/ulauncher.desktop
|
cp ~/.local/share/omakub/configs/ulauncher.desktop ~/.config/autostart/ulauncher.desktop
|
||||||
gtk-launch ulauncher.desktop
|
gtk-launch ulauncher.desktop >/dev/null
|
||||||
sleep 2 # ensure enough time for ulauncher to set defaults
|
sleep 2 # ensure enough time for ulauncher to set defaults
|
||||||
cp ~/.local/share/omakub/configs/ulauncher.json ~/.config/ulauncher/settings.json
|
cp ~/.local/share/omakub/configs/ulauncher.json ~/.config/ulauncher/settings.json
|
||||||
|
Loading…
Reference in New Issue
Block a user