update: another typo, time to stop and go home
This commit is contained in:
parent
bb8b3225d9
commit
93a7b5658d
|
@ -19,7 +19,7 @@ function special(){
|
||||||
if [[ -f "/etc/udev/rules.d/99-local.rules" ]]; then
|
if [[ -f "/etc/udev/rules.d/99-local.rules" ]]; then
|
||||||
sudo rm /etc/udev/rules.d/99-local.rules
|
sudo rm /etc/udev/rules.d/99-local.rules
|
||||||
fi
|
fi
|
||||||
if ! [ -x "$(hash thumbsup &> /dev/null)" ] ; then
|
if ! hash thumbsup &> /dev/null ; then
|
||||||
${log} "thumbsup is not installed, installing now"
|
${log} "thumbsup is not installed, installing now"
|
||||||
sudo chown -R pi:pi /usr/lib/node_modules/
|
sudo chown -R pi:pi /usr/lib/node_modules/
|
||||||
sudo chown pi:pi /usr/bin
|
sudo chown pi:pi /usr/bin
|
||||||
|
|
Loading…
Reference in a new issue