mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
Minor improvments
This commit is contained in:
parent
83f98f4448
commit
05be1c125f
@ -92,11 +92,13 @@ install_theme() {
|
||||
make install
|
||||
|
||||
# Install this script
|
||||
if [ -f $(basename $0) ]; then
|
||||
if [ ! -f /usr/bin/$(basename $0) ]; then
|
||||
echo
|
||||
read -r -p "Do you like to install the $(basename $0) for future upgrades? [y/N] " response
|
||||
case $response in
|
||||
[yY][eE][sS]|[yY])
|
||||
echo "Installing $(basename $0) on /usr/bin/"
|
||||
cp -r arc-theme-upgrade /usr/bin/
|
||||
;;
|
||||
*)
|
||||
@ -105,12 +107,13 @@ install_theme() {
|
||||
;;
|
||||
esac
|
||||
else
|
||||
echo "Upgrading the $(basename $0)"
|
||||
echo "Upgrading $(basename $0)"
|
||||
cp -f $(basename $0) /usr/bin/
|
||||
fi
|
||||
fi
|
||||
|
||||
# Remove the sources
|
||||
rm -rf $tempdir
|
||||
# rm -rf $tempdir
|
||||
|
||||
echo
|
||||
echo "Installation complete."
|
||||
|
Loading…
Reference in New Issue
Block a user