We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0bae95 commit ae1a380Copy full SHA for ae1a380
install/upgrade/0.9.8-29.sh
@@ -96,6 +96,9 @@ if [ ! -z "$MAIL_SYSTEM" ]; then
96
mkdir -p /var/lib/dpkg/updates/
97
98
apt="/etc/apt/sources.list.d"
99
+ # Remove old z-push apt data
100
+ rm -f $apt/z-push.list
101
+
102
if [ "$os" = 'ubuntu' ]; then
103
echo "deb http://repo.z-hub.io/z-push:/final/Ubuntu_$release/ /" > $apt/z-push.list
104
wget --quiet http://repo.z-hub.io/z-push:/final/Ubuntu_$release/Release.key -O /tmp/z-push_signing.key
0 commit comments