remove explicit apt update

pull/63/head
TomasM 2018-03-24 19:07:30 -04:00
parent 4655beb5d5
commit e38a548377
1 changed files with 1 additions and 1 deletions

View File

@ -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