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
1fde9afa
Commit
1fde9afa
authored
Aug 31, 2019
by
Jan Groenewald
Browse files
stop apt-daily and apt-daily-upgrade during aims-* scripts
parent
cc57475e
Changes
3
Show whitespace changes
Inline
Side-by-side
2020.1/aims-desktop/aims-desktop-2020/bin/aims-complete-install
View file @
1fde9afa
...
...
@@ -8,6 +8,8 @@ if [ "$1" != "-f" ];then
exit
1
fi
systemctl stop apt-daily
systemctl stop apt-daily-upgrade
systemctl stop unattended-upgrades
aims-install-rstudio
apt-get
-y
install
sagemath-jupyter jupyter jupyter-notebook python-notebook spyder3 r-cran-irkernel
...
...
@@ -15,6 +17,8 @@ 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 apt-daily
systemctl start apt-daily-upgrade
systemctl start unattended-upgrades
2020.1/aims-desktop/aims-desktop-2020/bin/aims-install-restricted-extras
View file @
1fde9afa
...
...
@@ -6,8 +6,14 @@ read -a ANSWER -p "* Please type 'Yes' and press Enter to continue
"
if
[
$ANSWER
=
"Yes"
]
;
then
systemctl stop apt-daily
systemctl stop apt-daily-upgrade
systemctl stop unattended-upgrades
apt-get
-y
install
aims-restricted-extras
aims-restricted-extras-setup
systemctl start apt-daily
systemctl start apt-daily-upgrade
systemctl start unattended-upgrades
else
echo
"Aborting..."
fi
...
...
2020.1/aims-desktop/aims-desktop-2020/debian/changelog
View file @
1fde9afa
aims-desktop (1:2020.62) buster; urgency=medium
* Stop apt-daily and apt-daily-upgrade while aims-complete-install and
aims-install-restricted-extras
-- Jan Groenewald <jan@aims.ac.za> Sat, 31 Aug 2019 13:53:12 +0000
aims-desktop (1:2020.61) buster; urgency=medium
* stop unattended-upgrades while aims-complete-install
...
...
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