7 lines
152 B
Bash
Executable File
7 lines
152 B
Bash
Executable File
#!/bin/bash
|
|
. "../src/01-common.sh" || exit 5
|
|
title "Installing ulauncher from apt..."
|
|
|
|
sudo add-apt-repository ppa:agornostal/ulauncher
|
|
apti ulauncher
|