diff options
Diffstat (limited to 'erase-broken-modules/wiper')
-rwxr-xr-x | erase-broken-modules/wiper | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/erase-broken-modules/wiper b/erase-broken-modules/wiper new file mode 100755 index 0000000..5c8a7f5 --- /dev/null +++ b/erase-broken-modules/wiper @@ -0,0 +1,9 @@ +#!/usr/bin/env sh + +MIKROTIK_HOSTNAME="banana" +NPK_VERSION="6.49.5" +ARCH="arm" + +scp wiper.rsc "${MIKROTIK_HOSTNAME}:wiper.rsc"||exit 1 +scp "routeros-${ARCH}-${NPK_VERSION}.npk" "${MIKROTIK_HOSTNAME}:routeros-${ARCH}-${NPK_VERSION}.npk"||exit 2 +ssh "$MIKROTIK_HOSTNAME" "/import wiper.rsc" |