mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
remove leftovers
This commit is contained in:
parent
9638a2a8f8
commit
524face102
@ -112,6 +112,15 @@ fi
|
||||
# Ubuntu 16.04 is deprecated
|
||||
check_distro_version
|
||||
|
||||
# Remove leftovers
|
||||
if [ -f /root/php-upgrade.sh ]
|
||||
then
|
||||
rm -f /root/php-upgrade.sh
|
||||
elif [ -f /tmp/php-upgrade.sh ]
|
||||
then
|
||||
rm -f /tmp/php-upgrade.sh
|
||||
fi
|
||||
|
||||
# Hold PHP if Ondrejs PPA is used
|
||||
print_text_in_color "$ICyan" "Fetching latest packages with apt..."
|
||||
apt update -q4 & spinner_loading
|
||||
|
||||
Loading…
Reference in New Issue
Block a user