Skip to content

Commit

Permalink
fixes #226 - add make.sh deps support for Pop OS
Browse files Browse the repository at this point in the history
  • Loading branch information
d99kris committed May 11, 2024
1 parent b10e907 commit 94638fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/common/src/version.h
Expand Up @@ -7,4 +7,4 @@

#pragma once

#define NCHAT_VERSION "4.76"
#define NCHAT_VERSION "4.77"
2 changes: 1 addition & 1 deletion make.sh
Expand Up @@ -135,7 +135,7 @@ if [[ "${DEPS}" == "1" ]]; then
else
sudo snap install go --classic || exiterr "deps failed (${NAME} snap go), exiting."
fi
elif [[ "${NAME}" == "Raspbian GNU/Linux" ]] || [[ "${NAME}" == "Debian GNU/Linux" ]]; then
elif [[ "${NAME}" == "Raspbian GNU/Linux" ]] || [[ "${NAME}" == "Debian GNU/Linux" ]] || [[ "${NAME}" == "Pop!_OS" ]]; then
sudo apt update && sudo apt ${YES} install ccache cmake build-essential gperf help2man libreadline-dev libssl-dev libncurses-dev libncursesw5-dev ncurses-doc zlib1g-dev libsqlite3-dev libmagic-dev golang || exiterr "deps failed (${NAME}), exiting."
elif [[ "${NAME}" == "Gentoo" ]]; then
sudo emerge -n dev-util/cmake dev-util/ccache dev-util/gperf sys-apps/help2man sys-libs/readline dev-libs/openssl sys-libs/ncurses sys-libs/zlib dev-db/sqlite sys-apps/file dev-lang/go || exiterr "deps failed (${NAME}), exiting."
Expand Down
2 changes: 1 addition & 1 deletion src/nchat.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
.TH NCHAT "1" "May 2024" "nchat v4.76" "User Commands"
.TH NCHAT "1" "May 2024" "nchat v4.77" "User Commands"
.SH NAME
nchat \- ncurses chat
.SH SYNOPSIS
Expand Down

0 comments on commit 94638fd

Please sign in to comment.