install script for linux

This commit is contained in:
Roy Qu 2021-12-30 10:17:58 +08:00
parent 158155d539
commit 37e40824bf
1 changed files with 6 additions and 0 deletions

6
linux/install.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
echo Copying desktop files...
sudo cp -f redpandaide.desktop /usr/share/applications
echo Done!