Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
heyalter-ubuntu-iso
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hey Alter
heyalter-ubuntu-iso
Commits
e3d2fa90
Commit
e3d2fa90
authored
3 years ago
by
larsan
Browse files
Options
Downloads
Patches
Plain Diff
Add base snap core18 because of ubuntu 20.04.04…
parent
3b1e28fa
No related branches found
No related tags found
1 merge request
!36
Add base snap core18 because of ubuntu 20.04.04…
Pipeline
#2305
passed
2 years ago
Stage: build_iso
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
_download_snaps.sh
+1
-1
1 addition, 1 deletion
_download_snaps.sh
setup/snaps/_install_all_snaps.sh
+3
-0
3 additions, 0 deletions
setup/snaps/_install_all_snaps.sh
with
4 additions
and
1 deletion
_download_snaps.sh
+
1
−
1
View file @
e3d2fa90
...
...
@@ -2,7 +2,7 @@
OUTPUT_DIR
=
$1
for
snap2install
in
core20 core gnome-3-28-1804 gnome-3-38-2004 chromium teams teams-for-linux zoom-client skype discord telegram-desktop inkscape
for
snap2install
in
core18
core20 core gnome-3-28-1804 gnome-3-38-2004 chromium teams teams-for-linux zoom-client skype discord telegram-desktop inkscape
do
echo
download
$directory
snap download
$snap2install
--target-directory
${
OUTPUT_DIR
}
/
...
...
This diff is collapsed.
Click to expand it.
setup/snaps/_install_all_snaps.sh
+
3
−
0
View file @
e3d2fa90
...
...
@@ -11,6 +11,9 @@ SNAPS=$(printf "%s " "${SNAPS_ARR[@]}")
snap ack core.assert
snap
install
core.snap
snap ack core18.assert
snap
install
core18.snap
snap ack core20.assert
snap
install
core20.snap
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment