updated apt-get usages to just use apt
[feisty_meow.git] / scripts / modem / reinstall_dgcmodem_driver.sh
index 57db708c1a9ff09616f651511afdc0cbed615e5e..c0199c1a44d1bf71c1dcd58eaefa872ad8a59437 100755 (executable)
@@ -2,7 +2,7 @@
 
 THIS_FOLDER="$( \cd "$(\dirname "$0")" && /bin/pwd )"
 pushd $THIS_FOLDER/modem_driver/*
-sudo apt-get remove dgcmodem
+sudo apt remove dgcmodem
 dpkg -i dgcmodem_1.13_i386.deb
 popd