Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ readonly config_folder="$HOME/.config"
readonly desktop_folder="$HOME/Desktop"
readonly systemd_folder="$HOME/.local/share/systemd/user"
readonly autoref_folder="$HOME/.local/share/auto-referees"
readonly audioref_path="$HOME/audioref"
declare -A app_repo_map
app_repo_map["ssl-game-controller"]="ssl-game-controller"
app_repo_map["ssl-ref-client"]="ssl-game-controller"
Expand Down Expand Up @@ -185,8 +186,6 @@ function uninstall_autoref_erforce() {
}

function install_audioref() {
local audioref_path="audioref"

if [[ ! -d "${audioref_path}" ]]; then
sudo apt install -y python3-venv python3-dev libasound2-dev

Expand Down