Skip to content

Commit

Permalink
Fixed in upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
metsma committed Jul 4, 2024
1 parent 71990af commit faa6b35
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions install-open-eid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ make_install() {
echo "Installing software (apt update && apt install open-eid)"
sudo apt update
sudo apt install opensc "$@"
echo "Enabling PCSCD service!"
sudo systemctl enable pcscd.socket
sudo systemctl start pcscd.socket
}

make_fail() {
Expand Down Expand Up @@ -122,8 +119,8 @@ test_sudo
# version name LTS supported until
# 20.04 focal LTS 2025-04
# 22.04 jammy LTS 2027-04
# 23.10 mantic - 2024-07
# 24.04 noble - 2029-04
# 23.10 mantic - 2024-07
# 24.04 noble - 2029-04
LATEST_SUPPORTED_UBUNTU_CODENAME='noble'

# check if Debian or Ubuntu
Expand Down

0 comments on commit faa6b35

Please sign in to comment.