-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sine2 Modul dokuwiki: apache monobook Konfig-Datei wird jetzt wirklic…
…h nicht mehr installiert. sine2 Modul faxgate: Problem beim Hinzufügen des FKN-Repos gefixt.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/bash | ||
### MODUL-NR. 019 ### | ||
# (c) August 2008 Stefan Schäfer / FSP Computer & Netzwerke | ||
# (c) 2009-2017 Stefan Schäfer / invis-server.org / [email protected] | ||
# (c) 2009-2018 Stefan Schäfer / invis-server.org / [email protected] | ||
# (c) 2013,2014 Dimitri Asarowski / invis-server.org / [email protected] | ||
# (c) 2013-2017 Ingo Göppert / invis-server.org / [email protected] | ||
|
||
|
@@ -65,7 +65,7 @@ if [[ $cont == "0" ]]; then | |
# Treiber installieren | ||
pgsubtitle="Fritzcard-Treiber werden installiert" | ||
# Nachfolgende Zeilen ersetzen das fcinst-Script. | ||
zypper ar -f -c http://www.fkn-systems.de/_repos/FKN-Repo_-_fcpci/ FKN-Systems_-_Repo_-_fcpci | ||
zypper ar -f -c http://www.fkn-systems.de/_repos/FKN-Repo_-_fcpci_opensuse_leap.$OPENSUSEVERSION/ FKN-Systems-fcpci | ||
rpm --import http://www.fkn-systems.de/_repos/FKN-Repo_-_fcpci/repodata/repomd.xml.key | ||
kernel=`uname -r | cut -d "-" -f1-2` | ||
packetname=`zypper search -s fcpci |grep $kernel | tr -d " " | cut -d "|" -f2` | ||
|