Hi to all interested in still possibly applying the "Edward Linux audio optimizations" :
use one of both above methods to recover the instructions (the simplest being to go to https://github.com/brianlight/Linux-Audio-Adjustments). But there is still some actions needed because the given links still refer to the non longer existing "dynobot" folder.
First in the first installation code line (optional method) replace "dynobot" by "brianlight" as following :
anyway the called basic-install.sh program contains itself a link to "dynobot" thus also to be replaced by "brianlight. Consequently open it e.g. with nano:
and replace there "wget https://github.com/dynobot/Linux-Audio-Adjustments/raw/master/Sound.sh -O /usr/bin/Sound.sh" by "wget https://github.com/brianlight/Linux-Audio-Adjustments/raw/master/Sound.sh -O /usr/bin/Sound.sh"
Save this change with "Ctrl X" and "Y"
then continue as initially described with :
-> Completed !
Note to uninstall, just replace dynobot by brianlight in the first code line (optional method) to obtain :
Either with or without these optimizations, enjoy !!!
use one of both above methods to recover the instructions (the simplest being to go to https://github.com/brianlight/Linux-Audio-Adjustments). But there is still some actions needed because the given links still refer to the non longer existing "dynobot" folder.
First in the first installation code line (optional method) replace "dynobot" by "brianlight" as following :
Code:
wget https://github.com/brianlight/Linux-Audio-Adjustments/raw/master/basic-install.sh
anyway the called basic-install.sh program contains itself a link to "dynobot" thus also to be replaced by "brianlight. Consequently open it e.g. with nano:
Code:
nano basic-install.sh
and replace there "wget https://github.com/dynobot/Linux-Audio-Adjustments/raw/master/Sound.sh -O /usr/bin/Sound.sh" by "wget https://github.com/brianlight/Linux-Audio-Adjustments/raw/master/Sound.sh -O /usr/bin/Sound.sh"
Save this change with "Ctrl X" and "Y"
then continue as initially described with :
Code:
chmod 755 basic-install.sh
sudo ./basic-install.sh
-> Completed !
Note to uninstall, just replace dynobot by brianlight in the first code line (optional method) to obtain :
Code:
wget https://github.com/brianlight/Linux-Audio-Adjustments/raw/master/remove.sh
chmod 755 remove.sh
sudo ./remove.sh
Either with or without these optimizations, enjoy !!!