Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Update install.sh #236

Open
wants to merge 1 commit into
base: future
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fi

case $DISTRIB_ID in
# Debian/Ubuntu family
elementaryos|debian|ubuntu|linuxmint|raspbian)
elementary|debian|ubuntu|linuxmint|raspbian)
PACKAGE_INST='sudo apt-get install'
PIP_PKG_NAME='python3-pip'
PYGOBJECT_PKG_NAME='python3-gi'
Expand Down