Skip to content
GitLab
Explore
Sign in
Commits on Source (2)
stop unattended-upgrades while aims-complete-install
· 6918258d
Jan Groenewald
authored
Aug 28, 2019
6918258d
stop unattended-upgrades while aims-complete-install
· cc57475e
Jan Groenewald
authored
Aug 28, 2019
cc57475e
Show whitespace changes
Inline
Side-by-side
2020.1/aims-desktop/aims-desktop-2020/bin/aims-complete-install
View file @
cc57475e
...
...
@@ -8,13 +8,13 @@ if [ "$1" != "-f" ];then
exit
1
fi
systemctl stop unattended-upgrades
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
systemctl start unattended-upgrades
2020.1/aims-desktop/aims-desktop-2020/debian/changelog
View file @
cc57475e
aims-desktop (1:2020.61) buster; urgency=medium
* stop unattended-upgrades while aims-complete-install
-- Jan Groenewald <jan@aims.ac.za> Wed, 28 Aug 2019 07:57:10 +0000
aims-desktop (1:2020.60) unstable; urgency=medium
* Add aims-install-rtl8723de
...
...