apt update
parent
d0fdc57c7f
commit
b0d913490d
|
@ -126,7 +126,7 @@ identify_the_operating_system_and_architecture() {
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
if [[ "$(type -P apt)" ]]; then
|
if [[ "$(type -P apt)" ]]; then
|
||||||
PACKAGE_MANAGEMENT_INSTALL='apt -y --no-install-recommends install'
|
PACKAGE_MANAGEMENT_INSTALL='apt update && apt -y --no-install-recommends install'
|
||||||
PACKAGE_MANAGEMENT_REMOVE='apt purge'
|
PACKAGE_MANAGEMENT_REMOVE='apt purge'
|
||||||
package_provide_tput='ncurses-bin'
|
package_provide_tput='ncurses-bin'
|
||||||
elif [[ "$(type -P dnf)" ]]; then
|
elif [[ "$(type -P dnf)" ]]; then
|
||||||
|
|
Loading…
Reference in New Issue