Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bashpack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
URL="https://api.github.com/repos/bashpack-project/bashpack/tarball" # for Github tarball
# URL="https://github.com/bashpack-project/bashpack/archive/refs/heads" # for Github main branch

VERSION="0.2.22"
VERSION="0.2.23"

NAME="Bashpack"
NAME_LOWERCASE=$(echo "$NAME" | tr A-Z a-z)
Expand Down
1 change: 1 addition & 0 deletions commands/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ section_title=""$'\n'">>> APT"
if [[ $(exists_command "apt") = "exists" ]]; then
echo "$section_title"

dpkg --configure -a
apt update
apt install --fix-broken $install_confirmation
apt full-upgrade $install_confirmation
Expand Down