- Timestamp:
- Jan 21, 2024 5:58:17 PM (15 months ago)
- svn:sync-xref-src-repo-rev:
- 161214
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/UnattendedTemplates/debian_postinstall.sh
r102979 r102982 212 212 213 213 # 214 # GAs 215 # 216 @@VBOX_COND_IS_INSTALLING_ADDITIONS@@ 217 # 214 218 # Packages needed for GAs. 215 219 # … … 219 223 log_command_in_target apt-get -y install linux-headers-$(uname -r) 220 224 221 222 #223 # GAs224 #225 @@VBOX_COND_IS_INSTALLING_ADDITIONS@@226 225 echo "--------------------------------------------------" >> "${MY_LOGFILE}" 227 226 echo '** Installing VirtualBox Guest Additions...' | tee -a "${MY_LOGFILE}"
Note:
See TracChangeset
for help on using the changeset viewer.