Skip to content

Commit

Permalink
Added kerberos (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdihasnat committed Feb 4, 2024
1 parent 11541ac commit b8196ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/kerberos.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
set -eux

echo "\nInstalling Kerberos ...\n"
apt-get -o DPkg::Lock::Timeout=-1 -y install krb5-user
1 change: 1 addition & 0 deletions scripts/run_order.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"pycharm_community.sh",
"rider.sh",
"codeblocks.sh",
"kerberos.sh",
"dotnet.sh"
]
},
Expand Down

0 comments on commit b8196ab

Please sign in to comment.