File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 113113
114114
115115
116- # # --- Update APT packages ---
117- # section_title=""$'\n'">>> APT"
116+ # --- Update APT packages ---
117+ section_title=" " $' \n ' " >>> APT"
118118
119- # if [[ $(exists_command "apt") = "exists" ]]; then
120- # echo "$section_title"
119+ if [[ $( exists_command " apt" ) = " exists" ]]; then
120+ echo " $section_title "
121121
122- # apt update
123- # apt install --fix-broken $install_confirmation
124- # apt full-upgrade $install_confirmation
122+ apt update
123+ apt install --fix-broken $install_confirmation
124+ apt full-upgrade $install_confirmation
125125
126- # # Ensure to delete all old packages & their configurations
127- # apt autopurge $install_confirmation
126+ # Ensure to delete all old packages & their configurations
127+ apt autopurge $install_confirmation
128128
129- # # Just repeat to check if everything is ok
130- # apt full-upgrade $install_confirmation
129+ # Just repeat to check if everything is ok
130+ apt full-upgrade $install_confirmation
131131
132- # echo ""
133- # echo ""
134- # fi
132+ echo " "
133+ echo " "
134+ fi
135135
136136
137137
You can’t perform that action at this time.
0 commit comments