Skip to content

Commit

Permalink
Update fbliveapp
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas-M authored Feb 26, 2022
1 parent 095c3f9 commit 3794465
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions Slax/debian11/modules/03-desktop/rootcopy/usr/bin/fbliveapp
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@
#!/bin/bash

if [ "$1" = "votecoin" ]; then
NAME="VoteCoin Wallet"
ABOUT="VoteCoin Wallet is a crypto currency wallet,
forked from ZCash, which itslef forked from Bitcoin.
It supports fully anonymous transactions and voting.
Receive free 10 VOT coins for installing the wallet.
In the future, VoteCoin will be used for decision
funding in Slax."
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 install --yes libxss1 libgconf-2-4 libnss3"
POSTINSTALL=""
ONLY64=true
fi

if [ "$1" = "vlc" ]; then
NAME="VLC Video Player"
ABOUT="VLC Video Player is a free and open source multimedia player
Expand Down

0 comments on commit 3794465

Please sign in to comment.