Skip to content

Conceal-assistant v1.0.8

Compare
Choose a tag to compare
@Acktarius Acktarius released this 23 Jun 12:49
· 94 commits to main since this release

What's New ?

  • extract info improvement for miner and guardian.

  • Conceal-Core update child process opens a terminal window to follow progress along and allows more time before timeout.
    (feature only tested when: launched directly via command sudo nodemon server.js and not via service. Make sure sudo apt -y install dbus-x11 has been executed for the child process to launch correctly)

  • CCX Assistant shortcut got smarter and now can restart service if not already started or if no service, offers the option to open in a terminal window.

Now the deb file is included with the release:

right click and select "open with other application" "software install"
or in terminal:
sudo dpkg -i conceal-assistant_1.0.8.deb
it will install Conceal-Assistant and create a shortcut on the desktop if you are the main user (uid=1000)

  • before installing, import the key:
    gpg --keyserver hkp://keyserver.ubuntu.com --search-key 50DF6A8E
  • verify the key:
    gpg --verify conceal-assistant_1.0.8.deb.sig

known glitch during install:

dependencies which are supposed to install or update thanks to deb package but might create errors, solution in terminal :
sudo add-apt-repository main universe restricted multiverse
sudo apt update

sudo apt install -y curl

sudo curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt-get install -y nodejs

sudo apt-get install -y npm

sudo npm i -g nodemon

sudo apt -y install dbus-x11