Skip to content

Commit

Permalink
Fix executable bit
Browse files Browse the repository at this point in the history
  • Loading branch information
NEMS Linux committed Aug 29, 2018
1 parent a8d70ce commit da1e2ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/160-pine_rock64
Expand Up @@ -10,6 +10,6 @@ apt -y install gdisk
if [[ ! -d /usr/local/sbin/ ]]; then
mkdir /usr/local/sbin
fi
cp /root/nems/nems-migrator/data/1.4/platforms/pine64/rock64/first-boot.service /etc/systemd/system/
cp /root/nems/nems-migrator/data/1.4/platforms/pine64/rock64/rock64_first_boot.sh /usr/local/sbin/
cp /root/nems/nems-migrator/data/1.4/platforms/pine64/rock64/resize_rootfs.sh /usr/local/sbin/
cp -f -p /root/nems/nems-migrator/data/1.4/platforms/pine64/rock64/first-boot.service /etc/systemd/system/
cp -f -p /root/nems/nems-migrator/data/1.4/platforms/pine64/rock64/rock64_first_boot.sh /usr/local/sbin/
cp -f -p /root/nems/nems-migrator/data/1.4/platforms/pine64/rock64/resize_rootfs.sh /usr/local/sbin/

0 comments on commit da1e2ee

Please sign in to comment.