ayufan-pine64 / linux-build

Pine64 Linux build scripts, tools and instructions (based on Longsleep work)
MIT License
154 stars 36 forks source link

[v0.6.2] pine64_model.sh misspelled #40

Open Funmungus opened 7 years ago

Funmungus commented 7 years ago

Hardware: Pinebook Firmware: v0.6.2 Desktop Environment: Xenial with Mate

Script file /usr/local/sbin/pine64_model.sh reads from file /etc/pine64-model, but prints a file not found error. /etc/pine64_model does exist so either the file or script is misspelled.

pfeerick commented 7 years ago

hm... can't reproduce this on 0.5.2... ah, but could on 0.7.5 ... it appears that the filename has changed... it's now /etc/pine64_model, not /etc/pine64-model - underscore instead of a hypen.

https://github.com/ayufan-pine64/linux-build/blob/master/package/root/usr/local/sbin/pine64_model.sh#L5

sujunmin commented 7 years ago

There is also error on my Pinebook Ubuntu Mate 0.7.5, so I make a pr for this.

43