Skip to content

Commit 43fc3a9

Browse files
authored
Merge pull request #10 from bashpack-project/working
making APT process back
2 parents 544132c + aa0176d commit 43fc3a9

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

commands/update.sh

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -113,25 +113,25 @@ fi
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

0 commit comments

Comments
 (0)