mirror of
https://bitbucket.org/gwenhael/pine64-slackware.git
synced 2024-11-16 19:47:57 +01:00
--no-check-certificate
This commit is contained in:
parent
0e8628b133
commit
bf54146299
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ rm -fr $PKG
|
|||
mkdir -p $PKG/
|
||||
|
||||
cd $PKG
|
||||
wget -c https://www.stdin.xyz/downloads/people/longsleep/pine64-images/linux/linux-pine64-latest.tar.xz
|
||||
wget --no-check-certificate -c https://www.stdin.xyz/downloads/people/longsleep/pine64-images/linux/linux-pine64-latest.tar.xz
|
||||
|
||||
tar xvf linux-pine64-latest.tar.xz && rm linux-pine64-latest.tar.xz
|
||||
cp -a boot bootenv
|
||||
|
|
Loading…
Reference in a new issue