This commit is contained in:
2017-02-01 03:59:36 +01:00
parent 2dce9e4e8b
commit 989a8b831e
6 changed files with 31 additions and 5 deletions

View File

@ -1,5 +1,10 @@
#!/bin/bash
if [ ! -d ~/bin ]; then
echo "Creating ~/bin..."
mkdir ~/bin
fi
echo "Installing hotfix executable..."
cp hotfix ~/bin/hotfix
echo "Fixing permissions..."

View File

@ -1,5 +1,11 @@
This installer will put hotfix into the bin directory of the current user, ie. install it as ~/bin/hotfix. If the directory does not exist, it will be created.
Most Linux distributions will automatically add ~/bin to the path if it exists. If hotfix isn't callable from the command line after restarting your shell and/or rebooting, please consult the documentation.
This will install hotfix into the bin directory of the current user (as ~/bin/hotfix). If
the directory does not exist, it will be created. Most Linux distributions will add the
~/bin directory to the path if it is found. If hotfix isn't callable from the command line
after restarting your shell and/or rebooting, please consult the documentation.
Some basic aliases will be installed into ~/.hotfix.conf if the file doesn't already exist.
Just remember to import the keys of the publishers whose hotfixes you are applying!
This installer was created on %{installer.date}