Skip to content

Commit 0a9eedb

Browse files
authoredApr 28, 2024
Update install
1 parent 50142b8 commit 0a9eedb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎install

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
rm -rf ./$0
22

33
source /etc/os-release
44

@@ -14,12 +14,13 @@ mkdir tmp
1414

1515
cd tmp
1616

17-
wget
17+
wget --no-cache https://github.com/rudi9999/dropbear-MOD/raw/main/dropbear-bin_2020.81-5_amd64-v2.deb
18+
wget --no-cache https://github.com/rudi9999/dropbear-MOD/raw/main/dropbear_2020.81-5_all-v2.deb
1819

1920
dpkg -i *.deb
2021

2122
cd ../
2223

2324
rm -rf tmp
2425

25-
exit 0
26+
exit 0

0 commit comments

Comments
 (0)
Please sign in to comment.