1
0
mirror of https://github.com/AG7GN/nexus-utilities.git synced 2025-05-20 16:30:12 -07:00

Update nexus-install

This commit is contained in:
Steve Magnuson 2020-12-12 09:35:32 -08:00
parent c01b28969f
commit 797e56ca32

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
#
#
VERSION="1.0.2"
VERSION="1.0.3"
#cp -f nexus-utilities/nexus-utilities.version /usr/local/src/nexus/
cp -f nexus-utilities/*.conf /usr/local/src/nexus/
cp -f nexus-utilities/*.html /usr/local/share/nexus
@ -29,4 +29,5 @@ then
sudo sed -i '/@pcmanfm .*/a @bash \/usr\/local\/sbin\/check-piano.sh' $AUTOSTART
fi
fi
exit 0