Dann halt so...

This commit is contained in:
Akamaru 2016-09-07 20:18:59 +02:00 committed by GitHub
parent 0bf357d006
commit fda3adea62
1 changed files with 5 additions and 5 deletions

View File

@ -26,11 +26,11 @@ Falls du Ubuntu oder Debian verwendest, kannst du einfach `./install-dependencie
###Optionale Pakete
Diese Pakete werden für `flip-text.lua`, `shell.lua`, `speedtest_cli.lua` und `youtube_dl.lua` benötigt.
```sudo apt-get install -y cowsay scrot fswebcam vnstat vnstati youtube-dl npm
sudo npm install -g flip-text
wget -O speedtest-cli https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py
chmod +x speedtest-cli
sudo mv speedtest-cli /usr/local/bin/speedtest-cli```
* `sudo apt-get install -y cowsay scrot fswebcam vnstat vnstati youtube-dl npm`
* `sudo npm install -g flip-text`
* `wget -O speedtest-cli https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py`
* `chmod +x speedtest-cli`
* `sudo mv speedtest-cli /usr/local/bin/speedtest-cli`
Für eine manuelle Installation musst du LuaRocks für 5.2 [selbst kompilieren](http://stackoverflow.com/a/20359102).