add command to add nano
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#!/bin/ash
|
||||
|
||||
apt-get update
|
||||
apt-get install -y nano
|
||||
|
||||
git config --global user.name "akanealw"
|
||||
git config --global user.email "akanealw@gmail.com"
|
||||
git config --global init.defaultBranch main
|
||||
|
||||
Reference in New Issue
Block a user