|
|
@@ -0,0 +1,18 @@
|
|
|
+This script will:
|
|
|
+ - Identify the type type of file being passed as an argument
|
|
|
+ - Install that file
|
|
|
+
|
|
|
+This script will place AppImages and tabralls in ~/Software/[application name]/apps
|
|
|
+This script will create a folder for .desktop files in ~/Software/[application name]/assets
|
|
|
+
|
|
|
+USER WILL HAVE TO MANUALL WRITE .DESKTOP FILES AND PLACE THEM, ALONG WITH ICONS, IN THE /ASSETS FOLDER!
|
|
|
+
|
|
|
+Firefox will be installed in /opt/firefox
|
|
|
+
|
|
|
+Symlinks will be created in /usr/local/bin
|
|
|
+
|
|
|
+.desktop symlinks wil be created in /usr/local/share/applications
|
|
|
+
|
|
|
+USAGE -
|
|
|
+sudo ./install <opt> <filename>
|
|
|
+
|