add Debian Buster info on Readme

This commit is contained in:
Markos Gogoulos
2021-05-26 17:53:13 +03:00
parent 9002930994
commit 94b26a8781
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
# should be run as root and only on Ubuntu 18/20 versions!
# should be run as root and only on Ubuntu 18/20, Debian Buster versions!
echo "Welcome to the MediacMS installation!";
if [ `id -u` -ne 0 ]