nextcloud / nextcloudpi

📦 Build code for NextcloudPi: Raspberry Pi, Odroid, Rock64, curl installer...
https://nextcloudpi.com
2.57k stars 297 forks source link

Debsecan issue while installing ncp through curl installer #1064

Closed dusscloud closed 3 years ago

dusscloud commented 4 years ago

Using the curl installer on a fresh raspian install (on Raspberry pi 4 device) I get an issue with debsecan install.

Setting up debsecan (0.4.19) ... File "/usr/bin/debsecan", line 68 return "ParseError(%s, %d, %s)" % (self.filename, ^ SyntaxError: invalid syntax dpkg: error processing package debsecan (--configure): installed debsecan package post-installation script subprocess returned error exit status 1

dusscloud commented 4 years ago

I found the error to be there because I had put Python 3.7 by default instead python 2.7 as it is normally Reverting to python 2.7 by default solve my problem...