Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
aims-desktop
aims-desktop-metapackages
Commits
b9a96529
Commit
b9a96529
authored
Sep 12, 2019
by
Jan Groenewald
Browse files
Add locale-gen to aims-complete-install
parent
3a0b2e68
Changes
2
Hide whitespace changes
Inline
Side-by-side
2020.1/aims-desktop/aims-desktop-2020/bin/aims-complete-install
View file @
b9a96529
...
...
@@ -8,15 +8,21 @@ if [ "$1" != "-f" ];then
exit
1
fi
# Make sure locales are generated
locale-gen
# Stop background updates
systemctl stop apt-daily
systemctl stop apt-daily-upgrade
systemctl stop unattended-upgrades
# install software
aims-install-rstudio
apt-get
-y
install
sagemath-jupyter jupyter jupyter-notebook python-notebook spyder3 r-cran-irkernel
apt-get
-y
dist-upgrade
apt-get clean
# clear Mac OSX boot entries in grub (installer USB looks like a Mac disk and get's added to grub)
update-grub
# Start backround updates again
systemctl start apt-daily
systemctl start apt-daily-upgrade
systemctl start unattended-upgrades
...
...
2020.1/aims-desktop/aims-desktop-2020/debian/changelog
View file @
b9a96529
aims-desktop (1:2020.66) buster; urgency=medium
* Add locale-gen to aims-complete-install
-- Jan Groenewald <jan@aims.ac.za> Thu, 12 Sep 2019 11:30:11 +0000
aims-desktop (1:2020.65) buster; urgency=medium
* Update d/install file
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment