mirror of
https://github.com/elAgala/server-initializer.git
synced 2026-02-14 05:06:18 +00:00
Add update server before initializing | Fix var assignation issue
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
function install_zsh() {
|
||||
username = $1
|
||||
username=$1
|
||||
echo "[ UTILS ]: Installing zsh"
|
||||
sudo apt-get install -y zsh
|
||||
sudo chsh -s /usr/bin/zsh "$username"
|
||||
|
||||
Reference in New Issue
Block a user