mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 12:56:33 +00:00
add scripts for cdn
change aes mode to cfb in encrypt / decrypt in Security
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
|
||||
MC_BINARY_PATH="/usr/local/bin/mc"
|
||||
wget https://dl.min.io/client/mc/release/linux-amd64/mc -O ${MC_BINARY_PATH}
|
||||
chmod +x ${MC_BINARY_PATH}
|
||||
export PATH=$PATH:${MC_BINARY_PATH} >> ~/.profile
|
||||
source ~/.profile
|
||||
Reference in New Issue
Block a user