Skip to content
Snippets Groups Projects
Commit b0752e9c authored by probal31's avatar probal31
Browse files

Install packages using apt separately

parent bb462766
No related branches found
No related tags found
No related merge requests found
Pipeline #6729 passed with warnings with stage
......@@ -7,3 +7,6 @@
*.qmlc
base.tar.xz
grub-theme/
grub-font/
*.iso
*.md5sum
\ No newline at end of file
bootstrap.sh 100644 → 100755
......@@ -524,8 +524,13 @@ vbox_pkgs='
'
update
install $app_pkgs $installer_pkgs $kde_pkgs $libreoffice_pkgs $misc_pkgs $netrunner_pkgs $vbox_pkgs
install $app_pkgs
install $installer_pkgs
install $kde_pkgs
install $libreoffice_pkgs
install $misc_pkgs
install $netrunner_pkgs
install $vbox_pkgs
# Remove unwanted bloat.
......
build.sh 100644 → 100755
File mode changed from 100644 to 100755
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment