melawy-icon-theme/install_local_full.sh

14 lines
181 B
Bash
Raw Permalink Normal View History

2023-05-27 16:46:25 +05:00
#!/bin/bash
cd "$(dirname $0)"
if [[ "$UID" != 0 ]]; then
echo "USER NOT ROOT"
sudo $0
exit
else
echo "USER IS ROOT"
fi
./install.sh -t all -d "/usr/share/icons"