Skip to content

Commit 2308971

Browse files
authored
Debian packages repo installation update
1 parent 317f54d commit 2308971

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -345,10 +345,13 @@ Debian/Ubuntu
345345

346346
Pro Linux jsou k dispozici .deb balíčky. Prosím použijte repo:
347347

348-
wget -O - http://v.s.cz/[email protected]|sudo apt-key add -
349-
echo deb http://v.s.cz/ stable main > /etc/apt/sources.list.d/ease.list
350-
aptitude update
351-
aptitude install flexipeehp
348+
```shell
349+
sudo apt install lsb-release wget
350+
echo "deb http://repo.vitexsoftware.cz $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
351+
sudo wget -O /etc/apt/trusted.gpg.d/vitexsoftware.gpg http://repo.vitexsoftware.cz/keyring.gpg
352+
sudo apt update
353+
sudo apt install php-spojenet-flexibee
354+
```
352355

353356
V tomto případě je potřeba do souboru composer.json vaší aplikace přidat:
354357

0 commit comments

Comments
 (0)