view scripts/uninstall.sh @ 2151:9527f3078a89 nginx_sites_addon

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 26 Jan 2026 20:25:32 -0700
parents 750a1d74d3c1
children
line wrap: on
line source

#!/bin/bash
set -e

rm -f /usr/local/bin/luan
cd "$(dirname $0)"
echo "luan has been uninstalled"
echo "you can now delete $(pwd)"