+ softlink from bin

This commit is contained in:
tuxwarrior
2024-04-30 22:10:10 -05:00
parent bf308155e3
commit dcb2fc204c

View File

@@ -28,4 +28,6 @@ cd ${home_dir}
wget -q ${src_url} -O ${home_dir}/curae.sh wget -q ${src_url} -O ${home_dir}/curae.sh
chmod 755 curae.sh chmod 755 curae.sh
ln -s ${home_dir}/curae.sh /usr/local/bin/curae
echo "a fresh copy of curae.sh is now located at '${home_dir}/curae.sh'" echo "a fresh copy of curae.sh is now located at '${home_dir}/curae.sh'"