-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
add.submodules.sh
executable file
·24 lines (24 loc) · 1.62 KB
/
add.submodules.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/usr/bin/env sh
# Copyright 2017-2022 (c) all rights reserved
# by S D Rausty https://sdrausty.github.io
# Update submodules to latest version.
#####################################################################
git submodule add https://github.com/sdrausty/debsBuildAPKs debs
git submodule add https://github.com/sdrausty/docsBuildAPKs docs
git submodule add https://github.com/sdrausty/buildAPKsAmusements sources/entertainment
git submodule add https://github.com/sdrausty/buildAPKsApps sources/applications
git submodule add https://github.com/sdrausty/buildAPKsArtifacts libs
git submodule add https://github.com/sdrausty/buildAPKsBrowsers sources/browsers
git submodule add https://github.com/sdrausty/buildAPKsClocks sources/clocks
git submodule add https://github.com/sdrausty/buildAPKsCompasses sources/compasses
git submodule add https://github.com/sdrausty/buildAPKsDevTools sources/tools
git submodule add https://github.com/sdrausty/buildAPKsFlashlights sources/flashlights
git submodule add https://github.com/sdrausty/buildAPKsGames sources/games
git submodule add https://github.com/sdrausty/buildAPKsLiveWallpapers sources/livewallpapers
git submodule add https://github.com/sdrausty/buildAPKsSamples sources/samples
git submodule add https://github.com/sdrausty/buildAPKsTop10 sources/top10
git submodule add https://github.com/sdrausty/buildAPKsTutorials sources/tutorials
git submodule add https://github.com/sdrausty/buildAPKsWidgets sources/widgets
git submodule add https://github.com/sdrausty/maintenanceBuildAPKs scripts/maintenance
git submodule add https://github.com/sdrausty/shlibs scripts/shlibs
# add.submodules.sh EOF