Closed Stivvo closed 4 years ago
Both the debian debian.sh and universal.sh have been updated to the recent changes. On both:
debian.sh
universal.sh
on debian:
.desktop
/usr/bin
/usr/local/bin
on universal:
install.sh
echo
scripts/install.sh
chmod +x install.sh
Both the debian
debian.sh
anduniversal.sh
have been updated to the recent changes. On both:on debian:
.desktop
to execute in/usr/bin
(all other methods install in/usr/local/bin
)on universal:
install.sh
withecho
sincescripts/install.sh
was removedchmod +x install.sh
automatically