Skip to content
This repository has been archived by the owner on Apr 1, 2021. It is now read-only.

Correct build instructions for Ubuntu 20.04 #8

Open
OlivierV78 opened this issue Feb 20, 2021 · 0 comments
Open

Correct build instructions for Ubuntu 20.04 #8

OlivierV78 opened this issue Feb 20, 2021 · 0 comments

Comments

@OlivierV78
Copy link

Hi,

You will find in the line below the correct build instructions for Ubuntu 20.04 (need to add some sudo and change the dist/tufcontrol-electron-linux-x64/ path
I use Asus TUF A17 described here : https://doc.ubuntu-fr.org/asus-a17-tuf766iu

Need to install this first : https://github.com/rublag/faustus (fork from https://github.com/hackbnw/faustus)

And then follow this instructions.

sudo apt-get install nodejs npm

git clone https://github.com/icodelifee/TUF-Control.git
cd TUF-Control/
npm install 
sudo npm install electron-packager -g
npm run-script build
npm install -g electron-installer-debian
sudo npm install -g electron-installer-debian
electron-installer-debian --src dist/tufcontrol-electron-linux-x64/ --dest dist/installers/ --arch amd64 

cd dist/installers/
sudo dpkg -i tufcontrol-electron_1.0.0_amd64.deb

For information my computer :

$ sudo dmidecode | grep "BIOS Inf\|Board Inf" -A 3 
BIOS Information
        Vendor: American Megatrends Inc.
        Version: FA706IU.314
        Release Date: 12/17/2020
--
Base Board Information
        Manufacturer: ASUSTeK COMPUTER INC.
        Product Name: FA706IU
        Version: 1.0
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant