From e38a54837733ad4771c23355b5c98f5062864e11 Mon Sep 17 00:00:00 2001 From: TomasM Date: Sat, 24 Mar 2018 19:07:30 -0400 Subject: [PATCH] remove explicit apt update --- Slax/debian/modules/03-desktop/rootcopy/usr/bin/fbliveapp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fbliveapp b/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fbliveapp index e30c2ab..a18d5a1 100755 --- a/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fbliveapp +++ b/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fbliveapp @@ -4,7 +4,7 @@ if [ "$1" = "votecoin" ]; then NAME="VoteCoin Wallet" TMP="/tmp/votecoin.tar.gz" EXECUTABLE="/opt/VoteCoin Wallet-linux-x64/VoteCoin Wallet" - INSTALL="wget -O $TMP 'https://votecoin.site/download.php?os=linux' && tar -xf $TMP -C /opt && rm -f $TMP && apt update && apt install --yes libxss1 libgconf-2-4 libnss3" + INSTALL="wget -O $TMP 'https://votecoin.site/download.php?os=linux' && tar -xf $TMP -C /opt && rm -f $TMP && apt install --yes libxss1 libgconf-2-4 libnss3" POSTINSTALL="" ONLY64=true fi