mirror of
https://github.com/RasppleII/a2server.git
synced 2025-08-10 00:25:13 +00:00
2-tools: Make jessie+ condition actually jessie+
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user