diff options
Diffstat (limited to 'configs/uninstall')
-rwxr-xr-x | configs/uninstall | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/uninstall b/configs/uninstall index 7151843d6070..8a97dd06d827 100755 --- a/configs/uninstall +++ b/configs/uninstall @@ -7,8 +7,6 @@ case $(hostname) in (cd "$configs/desktop" && stow --delete --target="$HOME" .);; $LAPTOP) (cd "$configs/laptop" && stow --delete --target="$HOME" .);; - $CLOUDTOP) - (cd "$configs/cloudtop" && stow --delete --target="$HOME" .);; esac (cd "$configs/shared" && stow --delete --target="$HOME" .) |