mirror of
https://github.com/RasppleII/a2server.git
synced 2025-04-07 23:37:12 +00:00
2-tools: Make jessie+ condition actually jessie+
This commit is contained in:
parent
4d1b5db5e3
commit
938db3c46b
@ -120,7 +120,7 @@ if ! hash unar &> /dev/null; then
|
||||
fi
|
||||
|
||||
# jessie and later: Just use the unar package
|
||||
if [[ $debianName == "jessie" ]]; then
|
||||
if [[ $debianMajor -ge 8 ]]; then
|
||||
sudo apt-get -y install unar
|
||||
sudo apt-get clean
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user