Commit ·
c476ed8
1
Parent(s): fe7192e
Upload slup
Browse files
slup
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
echo -e "\e[1;32mĐang bắt đầu... Đừng tắt app nhé mấy con đũy.\e[0m"
|
| 2 |
+
|
| 3 |
+
sleep 6
|
| 4 |
+
|
| 5 |
+
if ! command -v wget &> /dev/null; then
|
| 6 |
+
echo "Cài đặt gói wget..."
|
| 7 |
+
pkg install wget
|
| 8 |
+
else
|
| 9 |
+
echo "Gói wget đã được cài đặt, bỏ qua."
|
| 10 |
+
fi
|
| 11 |
+
|
| 12 |
+
echo -e "\e[1;32mĐang tải file update từ file nguồn...\e[0m"
|
| 13 |
+
wget -q --show-progress -O updatesilly https://huggingface.co/datasets/NhatMinhhh/Shxtou/raw/main/updatesilly
|
| 14 |
+
echo -e "\e[1;31mĐ\e[0m\e[1;32ma\e[0m\e[1;33mm\e[0m \e[1;34mb\e[0m\e[1;35ma\e[0m\e[1;36mt\e[0m \e[1;37mđ\e[0m\e[1;91ma\e[0m\e[1;92mu\e[0m \e[1;93m...\e[0m"
|
| 15 |
+
|
| 16 |
+
sleep 5
|
| 17 |
+
chmod +x updatesilly
|
| 18 |
+
bash updatesilly
|