From fea0297084fa538dd6b89d011f8be4e959899452 Mon Sep 17 00:00:00 2001 From: Spekulaas Date: Tue, 27 Sep 2022 13:17:26 +0200 Subject: [PATCH] added typescript --- README.md | 1 + src/applications/ionic.sh | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 src/applications/ionic.sh diff --git a/README.md b/README.md index fc80381..200474e 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Important installs are installs that might be needed to install other software. * Discord (TO-DO) * Docker * Firefox +* Ionic * NordVPN * OBS * Postman diff --git a/src/applications/ionic.sh b/src/applications/ionic.sh new file mode 100644 index 0000000..ef80ef7 --- /dev/null +++ b/src/applications/ionic.sh @@ -0,0 +1,4 @@ +# remove older versions if needed +npm uninstall -g ionic +# install ionic +npm install -g @ionic/cli \ No newline at end of file