geforkt von sneak/hacks
Create setup.sh
Dieser Commit ist enthalten in:
10
termux/setup.sh
Normale Datei
10
termux/setup.sh
Normale Datei
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
PKGS="
|
||||
byobu
|
||||
vim
|
||||
"
|
||||
|
||||
apt update
|
||||
apt -y upgrade
|
||||
apt -y install $PKGS
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren