We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43fc3a9 + 57b16f3 commit b2a94aaCopy full SHA for b2a94aa
bashpack.sh
@@ -28,7 +28,7 @@
28
URL="https://api.github.com/repos/bashpack-project/bashpack/tarball" # for Github tarball
29
# URL="https://github.com/bashpack-project/bashpack/archive/refs/heads" # for Github main branch
30
31
-VERSION="0.2.22"
+VERSION="0.2.23"
32
33
NAME="Bashpack"
34
NAME_LOWERCASE=$(echo "$NAME" | tr A-Z a-z)
commands/update.sh
@@ -119,6 +119,7 @@ section_title=""$'\n'">>> APT"
119
if [[ $(exists_command "apt") = "exists" ]]; then
120
echo "$section_title"
121
122
+ dpkg --configure -a
123
apt update
124
apt install --fix-broken $install_confirmation
125
apt full-upgrade $install_confirmation
0 commit comments