diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-06 23:12:05 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-06 23:12:05 +0200 |
commit | f1fcece39723e580aeb1b77a4f9909adaa453bbf (patch) | |
tree | f637cf41a29b9d82bfbf2a43a68dba7afbee91eb /install.sh | |
parent | 85e34574b0941d88f7c4c25622d1f0c8c4f594e7 (diff) |
Debian: install pkg-config
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ if command_exists pacman; then bin/aurinstall --noconfirm cava bin/aurinstall --noconfirm i3lock-fancy-rapid-git elif command_exists apt; then - ${SUDO} apt install -y gnupg gcc cmake g++ + ${SUDO} apt install -y gnupg gcc cmake g++ pkg-config wget -O- https://updates.signal.org/desktop/apt/keys.asc | ${SUDO} apt-key add - echo "deb [arch=$(dpkg --print-architecture)] https://updates.signal.org/desktop/apt xenial main" | sudo tee -a /etc/apt/sources.list.d/signal-xenial.list |