Skip to content

Commit b2a94aa

Browse files
authored
Merge pull request #11 from bashpack-project/working
0.2.23
2 parents 43fc3a9 + 57b16f3 commit b2a94aa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bashpack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
URL="https://api.github.com/repos/bashpack-project/bashpack/tarball" # for Github tarball
2929
# URL="https://github.com/bashpack-project/bashpack/archive/refs/heads" # for Github main branch
3030

31-
VERSION="0.2.22"
31+
VERSION="0.2.23"
3232

3333
NAME="Bashpack"
3434
NAME_LOWERCASE=$(echo "$NAME" | tr A-Z a-z)

commands/update.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ section_title=""$'\n'">>> APT"
119119
if [[ $(exists_command "apt") = "exists" ]]; then
120120
echo "$section_title"
121121

122+
dpkg --configure -a
122123
apt update
123124
apt install --fix-broken $install_confirmation
124125
apt full-upgrade $install_confirmation

0 commit comments

Comments
 (0)