chromium-custom/install.sh

9 lines
120 B
Bash
Raw Permalink Normal View History

2020-03-04 10:59:58 +01:00
#!/bin/bash
if [ "`whoami`" != "root" ]; then
echo "Need to be root."
exit 1
fi
(cd / && patch -p0) < desktop.patch